#pragma once #include "GameManager.h" #ifndef __MWERKS__ #include "GameManager.c" #endif int main(void) { VGame g; InitGame(&g); RunApplicationEventLoop(); CleanUpGame(&g); return 0; }