summaryrefslogtreecommitdiffstats
path: root/labb5/src/Boggle.h
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-29 03:25:06 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-29 03:25:06 +0100
commit24fa911945b6eaa697d14afecf4d5902bc9f7071 (patch)
tree0134164152b0befe428bc7972e15ab8e5d13be3e /labb5/src/Boggle.h
parentf3a2c9fbc1c946379acdd077c0d742a3298a56e3 (diff)
downloadtddd86-24fa911945b6eaa697d14afecf4d5902bc9f7071.tar.gz
debug 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);