summaryrefslogtreecommitdiff
path: root/src/Model/Grid.cpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 20:23:43 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 20:23:43 +0200
commit6b37ae07ffe0d233b7ff54558d7d39e3e9035e0d (patch)
tree1d9cdec6c0c6b6477a8fd965456a176be376671a /src/Model/Grid.cpp
parent1bf3038477b05cf9ead455116ef8125c123a4aae (diff)
Add font and fast programming to test the game
Diffstat (limited to 'src/Model/Grid.cpp')
-rw-r--r--src/Model/Grid.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Model/Grid.cpp b/src/Model/Grid.cpp
index cc0fe60..7d23c6c 100644
--- a/src/Model/Grid.cpp
+++ b/src/Model/Grid.cpp
@@ -345,3 +345,8 @@ std::vector<int> Grid::getCol(int col){
return colVect;
}
+
+
+std::vector<std::vector<int> > Grid::getGrid(){
+ return m_grid;
+}