diff options
author | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-04 15:25:34 +0200 |
---|---|---|
committer | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-04 15:25:34 +0200 |
commit | 854a80001b9798d1454e4308e4efba96431e44d8 (patch) | |
tree | 8e023b13df43b3aaef5241e59bcbe5c90b1a2f8a /src/makefile | |
parent | f6c1eb582ac44b92c86816352bd56da5a6f4f1b5 (diff) |
bullet/player/enemy/gameplay
bullet only needs different directions
player is done
enemy needs ai(Bjorn)
gameplay may need some finetuning
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 c30840d..fdd8ab5 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/enemy.c \ engine/animator.c \ game_loop/shop.c \ game_loop/gameplay.c \ |