summaryrefslogtreecommitdiffhomepage
path: root/TitleScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TitleScreen.cpp')
-rw-r--r--TitleScreen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TitleScreen.cpp b/TitleScreen.cpp
index 9bdd47c..3994fe9 100644
--- a/TitleScreen.cpp
+++ b/TitleScreen.cpp
@@ -6,10 +6,9 @@
#include "Game.h"
#include "GameScreen.h"
+#include "Globals.h"
-extern Game g_game;
-
static constexpr const char* TITLE {"Generic Bullet HELL"};
static constexpr const char* PRESS {"Press SPACE to start"};