Move ExitGame into GameLoop.h.

This commit is contained in:
Steve Checkoway
2005-10-30 09:45:52 +00:00
parent 33c0408ca2
commit 8d56d70e0f
7 changed files with 6 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
#ifndef GAME_LOOP_H
#define GAME_LOOP_H
void ExitGame();
void GameLoop();
void StartConcurrentRendering();
void FinishConcurrentRendering();