X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_map.h;h=baeedbe8d19335de27cb139496bb76e9398e5325;hb=7499dc78fbb151b6daac45f2643a15bf1b40beb7;hp=3e133574938c978a3dca324a52dfce9d8f6efcd3;hpb=5f780974edce32f52bae09d105019016980e5d2b;p=16.git diff --git a/src/lib/16_map.h b/src/lib/16_map.h index 3e133574..baeedbe8 100755 --- a/src/lib/16_map.h +++ b/src/lib/16_map.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -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,10 +40,6 @@ //typedefs moved to 16_tdef.h -void jsmn_init(jsmn_parser *parser); -int jsmn_parse(jsmn_parser *parser, const char *js, const size_t len, jsmntok_t *tokens, const unsigned int num_tokens); - -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);