1 2 3 4 5 6 7 8
#pragma once /** * backbone of all other modules * * stores global variables and controls when other modules run */ void w2_hypervisor_main();