Doesn't work segfaults.

This commit is contained in:
Sheldon Lee
2020-06-24 04:05:49 +01:00
parent f4dc092e26
commit 1ad1660736
8 changed files with 74 additions and 54 deletions
+8 -1
View File
@@ -7,12 +7,19 @@ void initGame();
bool isRunning();
void updateGame();
void drawGame();
void handleInput(char ch);
// Overlay
// Overlays
// Draws cursor and cursor position
void showLastPressed(char ch);
void showCurPos();
bool endgame();
#endif