summaryrefslogtreecommitdiff
path: root/src/Model/Game.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 18:15:14 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-02 18:15:14 +0200
commit27d646af15bc9147a141aced8cebd30668de9a8e (patch)
tree81fab7651570910f9232e90b50ba43c061585858 /src/Model/Game.hpp
parent6b8a144bd192de206e11a171841ec6161d11b6aa (diff)
Restart project
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 0666191..c1c636a 100644
--- a/src/Model/Game.hpp
+++ b/src/Model/Game.hpp
@@ -9,6 +9,7 @@
#include <iostream>
#include <cstdlib>
+#include <string>
#include "./Elements/StringElement.hpp"
#include "Grid.hpp"
@@ -23,6 +24,7 @@ class Game
void pop();
void showGrid();
+ void swipeRight();
bool isOver();
};