X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=802313d98f1051d6f2060028ccecc5e1339b99e9;hb=9c2785d66d34bd7ce81a2c85d4be3a6872609577;hp=63a0031111f343afa1929e8cc3207bf4c4239a0e;hpb=c9130ec378d97a7fcdee0aed180f3eca8a3ad880;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 63a00311..802313d9 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -7,11 +7,12 @@ #include "src/lib/lib_head.h" typedef struct { - byte near *data; + byte *data; word width; word height; byte *palette; word offset; +// byte far *font; } bitmap_t; typedef struct {