]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
compiled on 1.9
[16.git] / src / lib / 16_tdef.h
index fb905910af6e3aa7ab23386a3c405f73f91c48a6..083f2fc2b558a5856550f695049ecc1d24d1b971 100755 (executable)
@@ -54,6 +54,8 @@ typedef struct {
        byte *palette;\r
 } planar_buf_t;\r
 \r
+#ifndef BITMAPT\r
+#define BITMAPT\r
 typedef struct {\r
        byte *data;\r
        word width;\r
@@ -69,6 +71,7 @@ typedef struct {
        word theight;   // height of the tiles\r
        byte *palette;  // palette for the tile set\r
 } tileset_t;\r
+#endif\r
 \r
 //from 16_sprit.h\r
 #ifdef __WATCOMC__\r