]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/mapread.h
extended the palette system~ wwww
[16.git] / src / lib / mapread.h
index 623bf545307f69b6eccbdeafac4bf14a6f327c36..b82369a39ab881dbbde06cc0b9ae3c7b2cc1297d 100644 (file)
@@ -26,6 +26,6 @@ typedef struct {
 
 static int jsoneq(const char *json, jsmntok_t *tok, const char *s);
 static int dump(const char *js, jsmntok_t *t, size_t count, int indent, map_t *map, int q);
-static int loadmap(char *mn, map_t *map/*, word w*/);
+static int loadmap(char *mn, map_t *map);
 
 #endif/*_LIBMAPREAD_H_*/