diff options
author | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-05 20:46:53 +0200 |
---|---|---|
committer | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-05 20:46:53 +0200 |
commit | dc5e246ff1e8d89e59acf70c149f180fb41dd584 (patch) | |
tree | de7f2c3849a4ab6889747531452b7963ecf59f8c /src/makefile | |
parent | 854a80001b9798d1454e4308e4efba96431e44d8 (diff) |
enemy and ai, bullets and gameplay
ai needs 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 fdd8ab5..7f2cdc1 100644 --- a/src/makefile +++ b/src/makefile @@ -42,6 +42,7 @@ LOCAL_SRCS += main.c \ engine/title_screen.c \ engine/level_const.c \ engine/enemy.c \ + engine/enemy_ai.c \ engine/animator.c \ game_loop/shop.c \ game_loop/gameplay.c \ |