modify map printing system

added functions to create, print and clear map when it's valid
This commit is contained in:
Tanguy MAZE
2019-04-24 18:24:34 +02:00
parent fe1c85371f
commit 5b4e0c0150
5 changed files with 82 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/04/22 12:10:47 by mndhlovu ### ########.fr #
# Updated: 2019/04/24 18:00:14 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -51,6 +51,7 @@ SRC = lm_parser.c \
push_ants.c \
push_ants_utils.c \
score_utils.c \
print_map.c \
lem_in.c