diff options
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp index 0b15d96..3a7f7dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2,8 +2,6 @@ #include "game.hpp" using namespace std; -bool inGame = false; - void game(int diff){ int boardWidth; int boardHeight; @@ -59,4 +57,4 @@ void game(int diff){ break; } -}
\ No newline at end of file +} |
