memorybook functionnal, with add

This commit is contained in:
Hugo LAMY
2022-03-25 21:27:24 +01:00
parent 02b5d88ea5
commit f645da7885
9 changed files with 113 additions and 110 deletions

View File

@@ -19,7 +19,8 @@ D_SRCS = srcs \
SRCS = cube3d.c \
\
g_alloc_free_exit.c \
memorybook.c \
memorybook_utils.c \
\
init_struct.c \
init_parsing.c \
@@ -36,6 +37,7 @@ HEADERS = cube3d.h \
cube3d_proto.h \
cube3d_macro.h \
cube3d_struct.h \
memorybook.h \
colors.h
INCLUDES = -I$(D_HEADERS) -I$(D_LFT) -I$(D_LMLX)