X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/4a3125b61348969b91b9642bba803fc17135c189..6df203a00536662101ec4a4275ec84baa7527d79:/src/engine/texture.h diff --git a/src/engine/texture.h b/src/engine/texture.h index 24e729a..ac1ad05 100644 --- a/src/engine/texture.h +++ b/src/engine/texture.h @@ -1,6 +1,6 @@ /* * upkg: tool for manipulating Unreal Tournament packages. - * Copyright (C) 2009 Nick Bowler + * Copyright © 2009-2011 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 {