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 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; |
