diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-29 03:25:06 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-29 03:25:06 +0100 |
| commit | 24fa911945b6eaa697d14afecf4d5902bc9f7071 (patch) | |
| tree | 0134164152b0befe428bc7972e15ab8e5d13be3e /labb5/src/Boggle.h | |
| parent | f3a2c9fbc1c946379acdd077c0d742a3298a56e3 (diff) | |
| download | tddd86-24fa911945b6eaa697d14afecf4d5902bc9f7071.tar.gz | |
debug mode
Diffstat (limited to 'labb5/src/Boggle.h')
| -rwxr-xr-x | labb5/src/Boggle.h | 1 |
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); |
