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

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