button scuffed

This commit is contained in:
Priec
2025-12-14 22:57:04 +01:00
parent 786ead2ffa
commit 74dca27c06
3 changed files with 45 additions and 28 deletions

View File

@@ -1,7 +1,8 @@
// src/game/game_over.h
#pragma once
#include "mbed.h"
#include "../hardware/button.h"
// Displays game over message with elapsed time.
// Takes a Timer that was measuring game duration.
void show_game_over_screen(int seconds);
void show_game_over_screen(int seconds, ButtonHandler& button);