From 1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 15 Jul 2023 16:28:05 +0100 Subject: Prevent death when the stage is complete --- src/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.h') 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 */ -- cgit v1.2.3