9 #include "src/lib/jsmn/jsmn.h"
10 #include "src/lib/modex16.h"
11 #include "src/lib/lib_head.h"
13 //#define DEBUG_MAPDATA
14 //#define DEBUG_MAPVAR
15 //#define DEBUG_DUMPVARS
29 int width; //this has to be signed!
\r
30 int height; //this has to be signed!
\r
33 int jsoneq(const char *json, jsmntok_t *tok, const char *s);
34 word dump(const char *js, jsmntok_t *t, size_t count, word indent, char *js_sv, map_t *map, dword q);
35 int loadmap(char *mn, map_t *map);
37 #endif/*_LIBMAPREAD_H_*/