From 0d78332f2b82438a4cc47df4a4f923c2b23a7a38 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 22 Apr 2019 00:34:40 +0500 Subject: Second iteration of changing to single-threaded model --- src/Game.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Game.hpp') 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 -- cgit v1.2.3