start thinking about MENU status

This commit is contained in:
andrea
2026-03-19 22:23:29 +01:00
parent 6ea443d92a
commit 4bb6d6d6ee
3 changed files with 15 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ class Engine {
: _p1(p_one), _p2(p_two), _ball(ball), _ball_mv_delay(ball_mv_delay) {}
void run();
bool control_players(long exec_t2);
bool control_players();
uint8_t ball_movement_delay();
EngineEvents get_event();
void restart_ball();