Mercurial > mm7
comparison LOD.h @ 762:cf2fbac6edc9
Misc cleaning
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 19:47:01 +0200 |
parents | 700b58aac975 |
children | f5156b8c61ad |
comparison
equal
deleted
inserted
replaced
759:b2468462a360 | 762:cf2fbac6edc9 |
---|---|
156 int _410522(Texture *pDst, const char *pContainer, unsigned int uTextureType); | 156 int _410522(Texture *pDst, const char *pContainer, unsigned int uTextureType); |
157 void SetupPalettes(unsigned int uTargetRBits, unsigned int uTargetGBits, unsigned int uTargetBBits); | 157 void SetupPalettes(unsigned int uTargetRBits, unsigned int uTargetGBits, unsigned int uTargetBBits); |
158 void ReleaseAll2(); | 158 void ReleaseAll2(); |
159 void _4114F2(); | 159 void _4114F2(); |
160 void _4355F7(); | 160 void _4355F7(); |
161 void _inlined_sub0(); | |
162 void _inlined_sub1(); | |
163 void _inlined_sub2(); | |
161 | 164 |
162 inline Texture *GetTexture(int idx) | 165 inline Texture *GetTexture(int idx) |
163 { | 166 { |
164 assert(idx < 1000); | 167 assert(idx < 1000); |
165 if (idx == -1) | 168 if (idx == -1) |
253 bool LoadSprites(const char *pFilename); | 256 bool LoadSprites(const char *pFilename); |
254 int LoadSprite(const char *pContainerName, unsigned int uPaletteID); | 257 int LoadSprite(const char *pContainerName, unsigned int uPaletteID); |
255 void ReleaseLostHardwareSprites(); | 258 void ReleaseLostHardwareSprites(); |
256 void ReleaseAll(); | 259 void ReleaseAll(); |
257 void MoveSpritesToVideoMemory(); | 260 void MoveSpritesToVideoMemory(); |
261 void _inlined_sub0(); | |
262 void _inlined_sub1(); | |
258 | 263 |
259 | 264 |
260 /*FILE *pFile; | 265 /*FILE *pFile; |
261 unsigned __int8 pLODName[256]; | 266 unsigned __int8 pLODName[256]; |
262 unsigned int isFileOpened; | 267 unsigned int isFileOpened; |