summaryrefslogtreecommitdiffstats
path: root/src/Game.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-04-21 21:34:40 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-04-21 21:34:40 +0200
commit0d78332f2b82438a4cc47df4a4f923c2b23a7a38 (patch)
tree1b5ee831ec431b7d392cb5ca15d5ed7d0017b346 /src/Game.hpp
parentBasic single-threaded implementation (diff)
downloadAltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar.gz
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar.bz2
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar.lz
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar.xz
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.tar.zst
AltCraft-0d78332f2b82438a4cc47df4a4f923c2b23a7a38.zip
Diffstat (limited to 'src/Game.hpp')
-rw-r--r--src/Game.hpp5
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