aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-15 16:28:05 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-15 16:28:05 +0100
commit1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154 (patch)
treed9744f23b41b54d8a81f7e1f585727217c007e0d /src/game.h
parentab1e055e35bf8b1dbaf2ed15f7404b525f016b3c (diff)
downloadgold-mine-run-1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154.tar.gz
gold-mine-run-1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154.zip
Prevent death when the stage is complete
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index ea01495..f3466fc 100644
--- a/src/game.h
+++ b/src/game.h
@@ -9,5 +9,6 @@ uint8_t dec_lives();
void reset_time();
void add_pickaxe();
uint8_t use_pickaxe();
+uint8_t is_stageclear();
#endif /* _GAME_H */