X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/8325f5adeef29ffc7032c832d525a0822e19d74c..488ae1c1e2b6e1767792010e4ea1f0e9447719d5:/src/image.h diff --git a/src/image.h b/src/image.h index 44e94a7..a1f2eff 100644 --- a/src/image.h +++ b/src/image.h @@ -13,7 +13,9 @@ struct lbx_colour { struct lbx_imginfo { unsigned int width, height; - unsigned int nframes; + unsigned int nframes, loopstart; + int haspalette; + int looping; }; LBX_IMG *lbximg_fopen(FILE *f);