/* * PARSEC HEADER: g_main.h */ #ifndef _G_MAIN_H_ #define _G_MAIN_H_ // external functions void GameLoop(); #endif // _G_MAIN_H_