X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_map.h;h=b2e5dd5283abc45370b9ea7824482b11329ff87c;hb=e7476357695d692374e26dd4cba93b2e1fdabe84;hp=f99193b52097e70b7f8b0b697fd0de8377863ef9;hpb=eefd43fada99517f9ad662510392e898412ec867;p=16.git diff --git a/src/lib/16_map.h b/src/lib/16_map.h index f99193b5..b2e5dd52 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -23,11 +23,8 @@ #ifndef _16_MAP__H_ #define _16_MAP__H_ -#define JSMN_STATIC - #include "src/lib/16_head.h" #include "src/lib/16_tdef.h" -#include "src/lib/jsmn/jsmn.h" //#include "stdio.h" included in 16_head.h //#include "stdlib.h" included in 16_head.h #include "src/lib/16_vl.h" @@ -43,7 +40,6 @@ //typedefs moved to 16_tdef.h -int jsoneq(const char *json, jsmntok_t *tok, const char *s); //word dump(const char *js, jsmntok_t *t, size_t count, word indent, char *js_sv, map_t *map, dword q); //int loadmap(char *mn, map_t *map, global_game_variables_t *gvar); int newloadmap(char *mn, map_t *map);