manual??? and refactoring
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
void minesweeper() {
|
||||
clear();
|
||||
mvprintw(0,0, "Minesweeper has not yet been created");
|
||||
graceful_exit();
|
||||
graceful_exit((coordinate){0, 3});
|
||||
refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user