mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
feat: made 3d... for the cub3d
This commit is contained in:
parent
077659cd25
commit
5281fe6abd
8 changed files with 185 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -23,6 +23,9 @@ SOURCEFILES = \
|
|||
src/player/angle.c \
|
||||
src/player/player.c \
|
||||
src/player/move.c \
|
||||
src/raycast/ray.c \
|
||||
src/raycast/render.c \
|
||||
src/renderer/render.c \
|
||||
|
||||
OBJECTS = $(SOURCEFILES:.c=.o)
|
||||
NAME = cub3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue