X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/4a3125b61348969b91b9642bba803fc17135c189..d32d8618e0dcf6e83872394f68fd1770d6bd803f:/src/engine/texture.h diff --git a/src/engine/texture.h b/src/engine/texture.h index 24e729a..b76beb2 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,9 @@ typedef struct EngineTextureClass EngineTextureClass; struct EngineTexture { UObject parent; - unsigned int usize, vsize; + unsigned int usize, vsize; + unsigned int uclamp, vclamp; + unsigned int ubits, vbits; }; struct EngineTextureClass {