From a81bcb1942ddad5989115061338e72211443e633 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 9 Oct 2017 21:39:48 +0500 Subject: 2017-10-09 --- src/GlobalState.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/GlobalState.hpp (limited to 'src/GlobalState.hpp') diff --git a/src/GlobalState.hpp b/src/GlobalState.hpp new file mode 100644 index 0000000..29ab7a0 --- /dev/null +++ b/src/GlobalState.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include +#include + +class NetworkClient; +class GameState; +class Render; + +struct GlobalState { + static GameState *GetGameState(); + static Render *GetRender(); + static void Exec(); +}; \ No newline at end of file -- cgit v1.2.3