]> git.draconx.ca Git - liblbx.git/blobdiff - src/image.h
liblbx: Start conversion of LBXimg to public/private structs.
[liblbx.git] / src / image.h
index e0a52bb1c06c4e0f3969d03b48eec148bd97c8ce..a614837ce9f1f45b6b2d89a21d16006f56ccdc5f 100644 (file)
@@ -3,9 +3,13 @@
 
 #include <stdio.h>
 
-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;