This commit is contained in:
2025-07-18 15:43:54 +08:00
parent b20a5e76a1
commit 9a42ba8106
2 changed files with 10 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ struct Cell {
int mineNum;
};
void copyrightNotice();
void minesweeper();
void initBoard(Cell(*ptrBoard)[9], const int maxRow, const int maxCol);