From 0257e8e106e4cef0aeac673468370b443ef78bc3 Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Fri, 7 Apr 2023 11:29:05 +0200 Subject: added highscore screen with kb nav --- src/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile') 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 -- cgit v1.2.3