]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bitmap.h
attempted font system added
[16.git] / src / lib / bitmap.h
index 63a0031111f343afa1929e8cc3207bf4c4239a0e..802313d98f1051d6f2060028ccecc5e1339b99e9 100644 (file)
@@ -7,11 +7,12 @@
 #include "src/lib/lib_head.h"
 \r
 typedef struct {\r
-       byte near *data;
+       byte *data;
        word width;\r
        word height;\r
        byte *palette;
        word offset;
+//     byte far *font;
 } bitmap_t;\r
 \r
 typedef struct {\r