aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-04-03 11:37:45 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-04-03 11:37:45 +0200
commitf761624a95de538bb2be8f9449ed0edb8ae067ad (patch)
treeb0224b1516a362c27903efd4797f9bdf1a7eabc6 /src/makefile
parent05504df10934cac60b774fb10e86593ec3897510 (diff)
parentcd9d3141626e7be29b69da15b989d23eb63e46f0 (diff)
Merge branch 'game-engine' into dev
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 4dc84e6..c30840d 100644
--- a/src/makefile
+++ b/src/makefile
@@ -41,6 +41,7 @@ LOCAL_SRCS += main.c \
engine/bullet.c \
engine/title_screen.c \
engine/level_const.c \
+ engine/animator.c \
game_loop/shop.c \
game_loop/gameplay.c \
game_loop/game_over.c \