diff options
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); |
