diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-29 03:12:49 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-29 03:12:49 +0100 |
| commit | f3a2c9fbc1c946379acdd077c0d742a3298a56e3 (patch) | |
| tree | 5ec921049e7ed7cd115e94a57d4dea3ee3d7d6fa /labb5/src/Boggle.h | |
| parent | 34d24825172e89a973e2a3559fb112cb0d4b75e1 (diff) | |
| download | tddd86-f3a2c9fbc1c946379acdd077c0d742a3298a56e3.tar.gz | |
newline polish
Diffstat (limited to 'labb5/src/Boggle.h')
| -rwxr-xr-x | labb5/src/Boggle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/labb5/src/Boggle.h b/labb5/src/Boggle.h index 9e6e9cd..0082c2b 100755 --- a/labb5/src/Boggle.h +++ b/labb5/src/Boggle.h @@ -34,8 +34,8 @@ public: bool find_single_word(const string& word) const; string board_to_string() const; - string user_words_to_string(int words_per_line = 3) const; - string computer_words_to_string(int words_per_line = 3) const; + string user_words_to_string(int words_per_line = 8) const; + string computer_words_to_string(int words_per_line = 8) const; void do_computer_turn(); int get_computer_words_size() const; |
