Correct bugs
This commit is contained in:
parent
01b25accba
commit
6b8a144bd1
10 changed files with 44 additions and 41 deletions
|
@ -15,13 +15,12 @@
|
|||
class Game
|
||||
{
|
||||
private:
|
||||
Grid * m_grid;
|
||||
Grid *m_grid;
|
||||
|
||||
public:
|
||||
Game();
|
||||
~Game();
|
||||
|
||||
void play();
|
||||
void pop();
|
||||
void showGrid();
|
||||
bool isOver();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue