diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 20:23:43 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 20:23:43 +0200 |
| commit | 6b37ae07ffe0d233b7ff54558d7d39e3e9035e0d (patch) | |
| tree | 1d9cdec6c0c6b6477a8fd965456a176be376671a /src/Model/Game.hpp | |
| parent | 1bf3038477b05cf9ead455116ef8125c123a4aae (diff) | |
Add font and fast programming to test the game
Diffstat (limited to 'src/Model/Game.hpp')
| -rw-r--r-- | src/Model/Game.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Model/Game.hpp b/src/Model/Game.hpp index 0b2ee4d..e5d19e5 100644 --- a/src/Model/Game.hpp +++ b/src/Model/Game.hpp @@ -35,6 +35,8 @@ class Game //Getters and Setters int getScore(); int getNbMove(); + int maxStrLenInGrid(); + std::vector<std::vector<int> > getGrid(); }; #endif |
