Esempio n. 1
0
void StartGameLoop(void) {
	while (GameLoopEnabled) {
		GameFrame();
		GameCoreTick();
		count++;
	}

}
Esempio n. 2
0
bool KCore::GameRun()
{
	GameFrame();
	GameRender();
	return true;
};