]> git.draconx.ca Git - upkg.git/blobdiff - src/engine/texture.h
uobject: Add initial support for object properties.
[upkg.git] / src / engine / texture.h
index cb21209d3f2fd6a51e20b48166b1560c2a473963..ac1ad054e68bb5c3889f9902e85a82b4b33d833f 100644 (file)
@@ -38,7 +38,11 @@ typedef struct EngineTextureClass EngineTextureClass;
 struct EngineTexture {
        UObject parent;
 
-       unsigned int usize, vsize;
+       UObject *palette;
+
+       unsigned int usize,  vsize;
+       unsigned int uclamp, vclamp;
+       unsigned int ubits,  vbits;
 };
 
 struct EngineTextureClass {