mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
dev: Added zombie_checker.c in the makefile
This commit is contained in:
parent
27af850525
commit
50164e94bb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -32,6 +32,7 @@ SOURCEFILES = \
|
|||
src/raycast/barricades.c \
|
||||
src/raycast/ray.c \
|
||||
src/raycast/walls.c \
|
||||
src/raycast/zombie_checker.c \
|
||||
src/renderer/render.c \
|
||||
src/sprites/create_sprite.c \
|
||||
src/sprites/move_sprites.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue