From 5733a241a6e35dd539231c569bb54b7f1cb1e758 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 22 Jun 2023 22:45:05 +0100 Subject: Player damage, invulnerability, death sequence and respawn --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 9a6c0d7..a13bdb9 100644 --- a/src/game.h +++ b/src/game.h @@ -16,4 +16,6 @@ void run_game(); void add_score(uint8_t v); uint32_t get_hiscore(); +uint8_t dec_lives(); + #endif /* _GAME_H */ -- cgit v1.2.3