X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/38a465378241d4c74b07fd7e4deaf2af09ff2bcb..2ec44cef64979d8e19eb66206c26a7bcad4bef8a:/src/image.h diff --git a/src/image.h b/src/image.h index b51b360..0a8dc99 100644 --- a/src/image.h +++ b/src/image.h @@ -7,14 +7,11 @@ struct lbx_file_ops; struct lbx_image { unsigned short width, height; - unsigned char frames, chunk; + unsigned char frames, chunk, leadin; }; struct lbx_colour { - unsigned char red; - unsigned char green; - unsigned char blue; - unsigned char active; + unsigned red:6, green:6, blue:6, active:1; }; struct lbx_imginfo {