diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-07 11:29:05 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-07 11:29:05 +0200 |
commit | 0257e8e106e4cef0aeac673468370b443ef78bc3 (patch) | |
tree | 8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/makefile | |
parent | b2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff) |
added highscore screen with kb nav
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 0f5f917..1c103a3 100644 --- a/src/makefile +++ b/src/makefile @@ -47,6 +47,7 @@ LOCAL_SRCS += main.c \ game_loop/shop.c \ game_loop/gameplay.c \ game_loop/game_over.c \ + game_loop/high_score.c \ game_loop/starting_screen.c \ game_loop/ui.c |