aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-24 20:20:44 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-24 20:20:44 +0100
commitba830f93a15299fd578b00969eff3c403456950c (patch)
treedced71397e2f51f82b9c2c6e9c677a135f048091 /src/makefile
parent810d05156a99dd0a1c6ae14d67685f63460ef621 (diff)
added first pass on animation systems
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index cd248e2..aac3856 100644
--- a/src/makefile
+++ b/src/makefile
@@ -40,6 +40,7 @@ LOCAL_SRCS += main.c \
engine/entity.c \
engine/bullet.c \
engine/title_screen.c \
+ engine/animator.c \
GameLoop/shop.c \
GameLoop/startingScreen.c