summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r--src/game/game.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 3a7f7dc..4f6ef41 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -1,7 +1,9 @@
#include <iostream>
-#include "game.hpp"
+#include "globals.hpp"
using namespace std;
+bool inGame = false;
+
void game(int diff){
int boardWidth;
int boardHeight;