better struct and files organization, and still only half raycast on map but no view created
This commit is contained in:
8
Makefile
8
Makefile
@@ -27,16 +27,16 @@ SRCS += init_struct.c \
|
||||
init_parsing.c
|
||||
# hook/
|
||||
SRCS += keyhook.c \
|
||||
key_do_action.c \
|
||||
key_is_action_1.c \
|
||||
key_is_action_2.c
|
||||
key_action_1.c \
|
||||
key_action_2.c
|
||||
# player/
|
||||
SRCS += player_moves.c \
|
||||
player_rotates.c \
|
||||
player_limits.c
|
||||
# draw/
|
||||
SRCS += draw.c \
|
||||
draw_window.c
|
||||
ray_intersect.c \
|
||||
raycast.c
|
||||
|
||||
# headers
|
||||
D_HEADERS = headers
|
||||
|
||||
Reference in New Issue
Block a user