diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-01 14:23:56 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-01 14:23:56 +0100 |
| commit | 2f2b9060e317afd465f1f32050d638ee6e30daed (patch) | |
| tree | fe77a6ca900387d31a42913def07f28a801a4ae8 /labb5/src/Boggle.h | |
| parent | 095ce707119f9d6473f1dfc790e507230194af83 (diff) | |
| download | tddd86-2f2b9060e317afd465f1f32050d638ee6e30daed.tar.gz | |
formatting
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 8e065d7..8f68e92 100755 --- a/labb5/src/Boggle.h +++ b/labb5/src/Boggle.h @@ -90,6 +90,7 @@ public: int get_computer_score() const; int get_user_words_size() const; int get_user_score() const; + bool word_is_valid(const string& word) const; bool word_is_unplayed(const string& word) const; |
