diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:28:05 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:28:05 +0100 |
commit | 1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154 (patch) | |
tree | d9744f23b41b54d8a81f7e1f585727217c007e0d /src/game.h | |
parent | ab1e055e35bf8b1dbaf2ed15f7404b525f016b3c (diff) | |
download | gold-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |