summaryrefslogtreecommitdiff
path: root/src/game_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_fwd.hpp')
-rw-r--r--src/game_fwd.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game_fwd.hpp b/src/game_fwd.hpp
new file mode 100644
index 00000000..840e5f3b
--- /dev/null
+++ b/src/game_fwd.hpp
@@ -0,0 +1,4 @@
+#pragma once
+
+struct Game;
+extern Game *game;