summaryrefslogtreecommitdiff
path: root/src/Model/Game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Game.hpp')
-rw-r--r--src/Model/Game.hpp2
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