feat: finished barricades

This commit is contained in:
Theo Champion 2025-09-09 14:09:20 +02:00
parent 9274a11c70
commit 7852962d56
7 changed files with 81 additions and 36 deletions

View file

@ -29,6 +29,7 @@ SOURCEFILES = \
src/player/player.c \
src/player/move.c \
src/player/move_step.c \
src/raycast/barricades.c \
src/raycast/ray.c \
src/raycast/walls.c \
src/renderer/render.c \