fix: Fixed makefile missing a file

This commit is contained in:
Theo Champion 2025-09-18 14:25:20 +02:00
parent 43f1ab6090
commit 49e36b7343

View file

@ -30,6 +30,7 @@ SOURCEFILES = \
src/player/move.c \
src/player/move_step.c \
src/player/register_weapons.c \
src/player/weapons.c \
src/raycast/barricades.c \
src/raycast/ray.c \
src/raycast/walls.c \