]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_map.h
16_map is very glitchy wwww
[16.git] / src / lib / 16_map.h
index 7130e3bc38695e27d366ab9e45c3a64660fb070b..90eb789be895c0b0423a724b8b91b31d39b7076a 100755 (executable)
  *\r
  */\r
 \r
-#ifndef _LIBMAPREAD_H_\r
-#define _LIBMAPREAD_H_\r
+#ifndef _16_MAP__H_\r
+#define _16_MAP__H_\r
 \r
-#include "jsmn/jsmn.h"\r
+#include "src/lib/16_head.h"\r
+#include "src/lib/jsmn/jsmn.h"\r
 //#include "stdio.h" included in 16_head.h\r
 //#include "stdlib.h" included in 16_head.h\r
-#include "src/lib/modex16.h"\r
-#include "src/lib/16_head.h"\r
+#include "src/lib/16_vl.h"\r
 #include "src/lib/16_ca.h"\r
 #include "src/lib/16_mm.h"\r
 \r
@@ -46,12 +46,13 @@ typedef struct {
 } tiles_t;\r
 \r
 //TODO: 16_mm and 16_ca must handle this\r
+//TODO: add variables from 16_ca\r
 typedef struct {\r
        //long          planestart[3];\r
-       unsigned        planelength[3];\r
+       //unsigned      planelength[3];\r
        byte    * huge *data;   //TODO: 16_mm and 16_ca must handle this\r
        tiles_t **tiles;                //TODO: 16_mm and 16_ca must handle this\r
-       int width, height;      //this has to be signed!\r
+       int width, height;              //this has to be signed!\r
        char            name[16];\r
 } map_t;\r
 \r