Correct bugs

This commit is contained in:
manzerbredes 2015-05-02 11:06:54 +02:00
parent 01b25accba
commit 6b8a144bd1
10 changed files with 44 additions and 41 deletions

View file

@ -15,13 +15,12 @@
class Game
{
private:
Grid * m_grid;
Grid *m_grid;
public:
Game();
~Game();
void play();
void pop();
void showGrid();
bool isOver();