]> 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 3665a650be4ec6e2931059c5da17e0c7c0ae62ba..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 "stdio.h"\r
-#include "stdlib.h"\r
-#include "src/lib/modex16.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/16_vl.h"\r
+#include "src/lib/16_ca.h"\r
+#include "src/lib/16_mm.h"\r
 \r
+//TODO: 16_mm and 16_ca must handle this\r
 typedef struct {\r
-       bitmap_t huge *btdata;\r
-       planar_buf_t huge *data;\r
+       bitmap_t huge *btdata;          //old\r
+       planar_buf_t huge *data;        //old\r
        word tileHeight;\r
        word tileWidth;\r
        unsigned int rows;\r
        unsigned int cols;\r
+#ifdef __DEBUG__\r
        boolean debug_text;     //show the value of the tile! wwww\r
        byte *debug_data;\r
+#endif\r
 } tiles_t;\r
 \r
+//TODO: 16_mm and 16_ca must handle this\r
+//TODO: add variables from 16_ca\r
 typedef struct {\r
-       byte    **data;\r
-       tiles_t **tiles;\r
-       int width;      //this has to be signed!\r
-       int height;     //this has to be signed!\r
+       //long          planestart[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
+       char            name[16];\r
 } map_t;\r
 \r
 int loadmap(char *mn, map_t *map);\r
+\r
 #endif/*_LIBMAPREAD_H_*/\r