#include "GameManager.h"int main(void){	VGame g;	InitGame(&g);	RunApplicationEventLoop();	CleanUpGame(&g);		return 0;}