mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
fix: Fixed makefile missing a file
This commit is contained in:
parent
43f1ab6090
commit
49e36b7343
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -30,6 +30,7 @@ SOURCEFILES = \
|
||||||
src/player/move.c \
|
src/player/move.c \
|
||||||
src/player/move_step.c \
|
src/player/move_step.c \
|
||||||
src/player/register_weapons.c \
|
src/player/register_weapons.c \
|
||||||
|
src/player/weapons.c \
|
||||||
src/raycast/barricades.c \
|
src/raycast/barricades.c \
|
||||||
src/raycast/ray.c \
|
src/raycast/ray.c \
|
||||||
src/raycast/walls.c \
|
src/raycast/walls.c \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue