Restart project
This commit is contained in:
parent
6b8a144bd1
commit
27d646af15
11 changed files with 100 additions and 165 deletions
src/Model
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue