diff options
Diffstat (limited to 'src/Game.hpp')
-rw-r--r-- | src/Game.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Game.hpp b/src/Game.hpp index 633585f..f7efd11 100644 --- a/src/Game.hpp +++ b/src/Game.hpp @@ -3,6 +3,7 @@ class GameState; class Render; class NetworkClient; +class LoopExecutionTimeController; enum class State { InitialLoading, @@ -24,4 +25,6 @@ GameState* GetGameState(); Render* GetRender(); -NetworkClient* GetNetworkClient();
\ No newline at end of file +NetworkClient* GetNetworkClient(); + +LoopExecutionTimeController *GetTime();
\ No newline at end of file |