Esempio n. 1
0
int main(int argc, char* argv[])
{
	init_sdl();

	//Do fun game stuff here....
	//init_game();

	main_loop();
	
	exit_sdl();
	return 0;
}
Esempio n. 2
0
void EXPORT GB_EXIT()
{
	exit_sdl();
}