X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=e0e93c383fcfe5326979644a108823a85fdcfe95;hb=21feb71f40d3cf99f39bb8758a609b2a1cbd6d0c;hp=c11a5d6f667b645e4025bf8cf4e52424c95872d7;hpb=f66b2c6a16e6f6c2c9c07a39d1855b5ea178fead;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index c11a5d6f..e0e93c38 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -5,10 +5,11 @@ #define BITMAP_H #include "src\lib\types.h" typedef struct { - byte *data; + byte *data; word width; word height; - byte *palette; + byte *palette; + word offset; } bitmap_t; typedef struct {