aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-22 22:45:05 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-22 22:45:05 +0100
commit5733a241a6e35dd539231c569bb54b7f1cb1e758 (patch)
treefc7680c8f0e4dd3a90d3fd30109e515872fbcec9 /src/game.h
parent4a8127146eafd4fef5b478c1bf9f5a152c8c4cd5 (diff)
downloadgold-mine-run-5733a241a6e35dd539231c569bb54b7f1cb1e758.tar.gz
gold-mine-run-5733a241a6e35dd539231c569bb54b7f1cb1e758.zip
Player damage, invulnerability, death sequence and respawn
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
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 */