aboutsummaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-21 22:47:49 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-21 22:47:49 +0100
commitba2a2dbe3434a1ffc10542ca38e6116c0bde7b65 (patch)
treec97712775a6111b5ffc81bf222a6c03a14f6fc61 /src/game.h
parent03d0053c9531c3f545025654d14541f8a89ce2f7 (diff)
downloadgold-mine-run-ba2a2dbe3434a1ffc10542ca38e6116c0bde7b65.tar.gz
gold-mine-run-ba2a2dbe3434a1ffc10542ca38e6116c0bde7b65.zip
Add hiscore to the menu screen
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 b47004c..9a6c0d7 100644
--- a/src/game.h
+++ b/src/game.h
@@ -14,5 +14,6 @@
void run_game();
void add_score(uint8_t v);
+uint32_t get_hiscore();
#endif /* _GAME_H */