better struct and files organization, and still only half raycast on map but no view created

This commit is contained in:
hugogogo
2022-04-22 17:38:29 +02:00
parent 00c9dfd6b8
commit fac1f78230
17 changed files with 602 additions and 505 deletions

View File

@@ -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