X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/1ac4f49c6492354367dd243458892fbdc7765f2b..03c280a6c4bec42b1d4617b6d9e0bad1b9bbc80d:/src/image.h diff --git a/src/image.h b/src/image.h index e0a52bb..a614837 100644 --- a/src/image.h +++ b/src/image.h @@ -3,9 +3,13 @@ #include -typedef struct lbx_image LBXimg; struct lbx_file_ops; +typedef struct lbx_image { + unsigned short width, height; + unsigned char frames, chunk; +} LBXimg; + struct lbx_colour { unsigned char red; unsigned char green;