X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=802313d98f1051d6f2060028ccecc5e1339b99e9;hb=9c2785d66d34bd7ce81a2c85d4be3a6872609577;hp=31b944380a9002c4b097af62c1ff6eb73338910d;hpb=f8aa708d074bbb922c6bdc481f9909c2ffd6274a;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 31b94438..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 far *data; + byte *data; word width; word height; byte *palette; word offset; +// byte far *font; } bitmap_t; typedef struct {