Move ExitGame into GameLoop.h.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#ifndef GAME_LOOP_H
|
||||
#define GAME_LOOP_H
|
||||
|
||||
void ExitGame();
|
||||
void GameLoop();
|
||||
void StartConcurrentRendering();
|
||||
void FinishConcurrentRendering();
|
||||
|
||||
Reference in New Issue
Block a user