9 #include "src/lib/jsmn/jsmn.h"
10 #include "src/lib/modex16.h"
11 #include "src/lib/lib_head.h"
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 huge *json, jsmntok_t huge *tok, const char *s);
34 int dump(const char huge *js, jsmntok_t huge *t, size_t count, int indent, char *js_sv, map_t *map, int q);
35 int loadmap(char *mn, map_t *map);
37 #endif/*_LIBMAPREAD_H_*/