From d489b6ef92ae9f61bbceb5f594026a51e71538f2 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 20 Jun 2023 22:31:57 +0100 Subject: Add gold support - added gold layer to the map - the player can collect gold - updates the score - TODO: end of stage --- 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 ff90121..b47004c 100644 --- a/src/game.h +++ b/src/game.h @@ -13,5 +13,6 @@ #define HUD_ALL 255 void run_game(); +void add_score(uint8_t v); #endif /* _GAME_H */ -- cgit v1.2.3