summaryrefslogtreecommitdiffstats
path: root/labb5/src/Boggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'labb5/src/Boggle.h')
-rwxr-xr-xlabb5/src/Boggle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/labb5/src/Boggle.h b/labb5/src/Boggle.h
index 0082c2b..b134218 100755
--- a/labb5/src/Boggle.h
+++ b/labb5/src/Boggle.h
@@ -22,6 +22,7 @@ public:
const string DICTIONARY_FILE = "EnglishWords.dat";
const int MIN_WORD_LENGTH = 4;
static const int BOARD_SIZE = 4;
+ bool debug_mode = false;
Boggle();
bool letters_from_string(const string& letters);