summaryrefslogtreecommitdiff
path: root/src/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.cpp')
-rw-r--r--src/Game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Game.cpp b/src/Game.cpp
index 1ed4b50..7e54371 100644
--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -101,6 +101,7 @@ int Game::editDiff(){
9 - revealed tile with 8 bomb around
*/
+
void Game::displayBoard() {
for (int i = 0; i < boardHeight; i++) {
for (int j = 0; j < boardWidth; j++) {