Click-hold to exit Invaders, fix Brickout compile

This commit is contained in:
Scott Lahteine
2019-04-04 17:07:38 -05:00
parent 240ea1bbb3
commit 83e214478e
6 changed files with 18 additions and 9 deletions

View File

@@ -55,8 +55,8 @@ protected:
static bool game_frame();
static void draw_game_over();
static void exit_game();
public:
MarlinGame() {}
static void init_game(const uint8_t init_state, const screenFunc_t screen);
};