mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
norme: Fixed norme issue for the sprite interaction
This commit is contained in:
parent
f325eb3dbf
commit
55643a3d59
4 changed files with 54 additions and 13 deletions
1
Makefile
1
Makefile
|
|
@ -41,6 +41,7 @@ SOURCEFILES = \
|
|||
src/sprites/create_sprite.c \
|
||||
src/sprites/move_sprites.c \
|
||||
src/sprites/sort_sprites.c \
|
||||
src/sprites/sprite_interactions.c \
|
||||
src/sprites/sprite_caster.c \
|
||||
|
||||
OBJECTS = $(SOURCEFILES:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue