fixing winning condition of the game
This commit is contained in:
@@ -33,6 +33,7 @@ class MineField {
|
||||
void computeBombsNearby(int x, int y);
|
||||
void openNeighboorhood(int x, int y);
|
||||
void setOpenCell(int x, int y);
|
||||
void checkGameWon();
|
||||
void timerTick();
|
||||
void startTimer();
|
||||
void stopTimer();
|
||||
|
||||
Reference in New Issue
Block a user