mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: finished barricades
This commit is contained in:
parent
9274a11c70
commit
7852962d56
7 changed files with 81 additions and 36 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue