From bcc5413065af54b5895f24f0c89a518146d6d256 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 8 Sep 2016 09:27:15 -0500 Subject: [PATCH] wwww yakuji wwww ca use to load maps w --- src/lib/16_map.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 4a9ce9bb..28c048c0 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -24,10 +24,12 @@ #define _LIBMAPREAD_H_ #include "jsmn/jsmn.h" -#include "stdio.h" -#include "stdlib.h" +//#include "stdio.h" included in 16_head.h +//#include "stdlib.h" included in 16_head.h #include "src/lib/modex16.h" #include "src/lib/16_head.h" +#include "src/lib/16_ca.h" +#include "src/lib/16_mm.h" typedef struct { bitmap_t huge *btdata; @@ -48,4 +50,5 @@ typedef struct { } map_t; int loadmap(char *mn, map_t *map); + #endif/*_LIBMAPREAD_H_*/ -- 2.39.5