diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-24 20:20:44 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-24 20:20:44 +0100 |
commit | ba830f93a15299fd578b00969eff3c403456950c (patch) | |
tree | dced71397e2f51f82b9c2c6e9c677a135f048091 /src/makefile | |
parent | 810d05156a99dd0a1c6ae14d67685f63460ef621 (diff) |
added first pass on animation systems
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 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 |