]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/bitmap.h
compiled on 1.9
[16.git] / 16 / modex16 / bitmap.h
index 5ba53c818e7c83e09e4065024ede4884ccd09ee7..c25474934ab7e05fffd1115371f712a574c5f86d 100755 (executable)
@@ -4,6 +4,9 @@
 #ifndef BITMAP_H\r
 #define BITMAP_H\r
 #include "types.h"\r
+\r
+#ifndef BITMAPT\r
+#define BITMAPT\r
 typedef struct {\r
        byte *data;\r
        word width;\r
@@ -36,6 +39,7 @@ typedef struct {
     byte *palette; // palette for the tile set\r
 } tileset_t;\r
 */\r
+#endif\r
 \r
 bitmap_t bitmapLoadPcx(char *filename);\r
 tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);\r