diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-07 11:27:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 11:27:22 +0200 |
commit | 23db4dc8f94d174c2e291d5f12fab55097700c70 (patch) | |
tree | 8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/makefile | |
parent | b2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff) | |
parent | 0257e8e106e4cef0aeac673468370b443ef78bc3 (diff) |
Merge pull request #61 from UnavailableDev/dev
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 |