summaryrefslogtreecommitdiff
path: root/src/game.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cc')
-rw-r--r--src/game.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cc b/src/game.cc
new file mode 100644
index 00000000..284c9ccc
--- /dev/null
+++ b/src/game.cc
@@ -0,0 +1,3 @@
+#include "game.hpp"
+
+Game *game;