v1.1
This commit is contained in:
@@ -15,6 +15,8 @@ struct Cell {
|
||||
int mineNum;
|
||||
};
|
||||
|
||||
void copyrightNotice();
|
||||
|
||||
void minesweeper();
|
||||
|
||||
void initBoard(Cell(*ptrBoard)[9], const int maxRow, const int maxCol);
|
||||
|
||||
Reference in New Issue
Block a user