#ifndef H_GAMEOVER #define H_GAMEOVER #include #include // Returns true if clear was pressed and the game should exit // Does not display score if negative bool gameover(uint8_t status, int24_t score); #endif