X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=40ec9627a9c29f4eddd54ccf8bf2c0f879c28664;hb=b94851eef9966b4d5e1f2da0f3266182ff0a5a47;hp=2eefe41bad80fe1886cb72431e9993853cf614aa;hpb=7cce89d92d1cad302190a9de1f3f1d0780655c29;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 2eefe41b..40ec9627 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -8,7 +8,8 @@ typedef struct { byte *data; word width; word height; - byte *palette; + byte *palette; + word offset; } bitmap_t; typedef struct {