X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_map.h;h=d9333208168757c8822911af8674f28933d74748;hb=d0908679d03eacbbbd67420ae2daa6a01f0a0bcc;hp=84cfd923e021aa4a4b22b64a04825e1a36b48bb2;hpb=fa252ebd82649e4f3bab4a53228828766713ad6c;p=16.git diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 84cfd923..d9333208 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -33,16 +33,18 @@ #include "src/lib/16_mm.h" #include "src/lib/16_pm.h" + //#define DEBUG_MAPDATA -//#define DEBUG_MAPVAR -//#define DEBUG_DUMPVARS +//#define DEBUG_MAPVARS +//0000++#define DEBUG_OBVARS //#define DEBUG_JS //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); +//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); +int CA_loadmap(char *mn, map_t *map, global_game_variables_t *gvar); #endif/*_16_LIB__H_*/