Mercurial > might-and-magic-trilogy
comparison Texture.h @ 1:ac0fb48cd27a
Texture, hwl loading, video player
author | Nomad |
---|---|
date | Tue, 09 Oct 2012 13:09:08 +0200 |
parents | 8b8875f5b359 |
children | 2ca04ccb612a |
comparison
equal
deleted
inserted
replaced
0:8b8875f5b359 | 1:ac0fb48cd27a |
---|---|
45 unsigned __int16 uTextureHeight; | 45 unsigned __int16 uTextureHeight; |
46 __int16 uWidthLn2; | 46 __int16 uWidthLn2; |
47 __int16 uHeightLn2; | 47 __int16 uHeightLn2; |
48 __int16 uWidthMinus1; | 48 __int16 uWidthMinus1; |
49 __int16 uHeightMinus1; | 49 __int16 uHeightMinus1; |
50 int palette; | 50 short palette_id1; |
51 short palette_id2; | |
51 unsigned int uDecompressedSize; | 52 unsigned int uDecompressedSize; |
52 int pBits; | 53 int pBits; |
53 unsigned __int8 *pLevelOfDetail0; | 54 unsigned __int8 *pLevelOfDetail0; |
54 unsigned __int8 *pLevelOfDetail1; | 55 unsigned __int8 *pLevelOfDetail1; |
55 unsigned __int8 *pLevelOfDetail2; | 56 unsigned __int8 *pLevelOfDetail2; |