summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-18 10:40:00 +0200
committerAki <please@ignore.pl>2022-04-18 10:40:00 +0200
commit04a09e6a59200092e7e4ccde94535a921c01c4c4 (patch)
treec95023b872023d9745cf12d9b92bb82a5a7047ff /main.cpp
parent7e1081ff8f1297486e177bd716fecebb42c0182a (diff)
downloadbullethell2022-04a09e6a59200092e7e4ccde94535a921c01c4c4.zip
bullethell2022-04a09e6a59200092e7e4ccde94535a921c01c4c4.tar.gz
bullethell2022-04a09e6a59200092e7e4ccde94535a921c01c4c4.tar.bz2
Moved global game instance to a header
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index e76f30a..207e861 100644
--- a/main.cpp
+++ b/main.cpp
@@ -7,6 +7,7 @@
#endif
#include "Game.h"
+#include "Globals.h"
#include "TitleScreen.h"