Migrated handling of grid and game to game.(c/h).

This commit is contained in:
Sheldon Lee
2020-06-24 14:27:24 +01:00
parent 1ad1660736
commit 50eeaa8f0a
5 changed files with 98 additions and 59 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ void handleInput(char ch);
// Overlays
// Draws cursor and cursor position
void showLastPressed(char ch);
void drawLastPressed(char ch);
void showCurPos();
void drawCurPos();
bool endgame();