add player moves and test image
This commit is contained in:
26
Makefile
26
Makefile
@@ -17,19 +17,21 @@ D_SRCS = srcs \
|
||||
srcs/draw \
|
||||
srcs/mem
|
||||
|
||||
SRCS = cube3d.c \
|
||||
\
|
||||
memorybook.c \
|
||||
memorybook_utils.c \
|
||||
\
|
||||
init_struct.c \
|
||||
init_parsing.c \
|
||||
\
|
||||
keyhook.c \
|
||||
SRCS = cube3d.c
|
||||
# mem/
|
||||
SRCS += memorybook.c \
|
||||
memorybook_utils.c
|
||||
# init/
|
||||
SRCS += init_struct.c \
|
||||
init_parsing.c
|
||||
# hook/
|
||||
SRCS += keyhook.c \
|
||||
key_do_action.c \
|
||||
key_is_action_1.c \
|
||||
\
|
||||
draw.c
|
||||
key_is_action_1.c
|
||||
# draw/
|
||||
SRCS += draw.c \
|
||||
player_moves.c \
|
||||
player_limits.c
|
||||
|
||||
# headers
|
||||
D_HEADERS = headers
|
||||
|
||||
Reference in New Issue
Block a user