dev: Added a registry for weapons

The registry is for storing weapons structs as they are closer to actual
objects than simple data.
This commit is contained in:
Theo Champion 2025-09-18 12:10:25 +02:00
parent 4048f5d1e3
commit 66c3bda4df
9 changed files with 117 additions and 15 deletions

View file

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