1 #ifndef _LIBFMAPREAD_H_
2 #define _LIBFMAPREAD_H_
3 #include <stdlib.h> //huge wwww
4 #include <stdio.h> //huge wwww
9 #include "src/lib/jsmn/farjsmn.h"
10 //++++#include "src/lib/modex16.h"
11 //++++#include "src/lib/lib_head.h"
12 #include "src/lib/types.h"
14 //#define DEBUG_MAPDATA
15 //#define DEBUG_MAPVAR
16 //#define DEBUG_DUMPVARS
20 //++++ bitmap_t *data;
30 int width; //this has to be signed!
\r
31 int height; //this has to be signed!
\r
34 int jsoneq(const char huge *json, jsmntok_t huge *tok, const char huge *s);
35 word dump(const char huge *js, jsmntok_t huge *t, size_t count, word indent, char *js_sv, map_t *map, dword q);
36 int loadmap(char *mn, map_t *map);
38 #endif/*_LIBFMAPREAD_H_*/