(svn r18846) -Codechange: Merge DrawTileSeq into DrawCommonTileSeq.

This commit is contained in:
frosch
2010-01-17 15:05:25 +00:00
parent 830af8ee77
commit 24e0945bc4
11 changed files with 76 additions and 64 deletions

View File

@@ -44,6 +44,7 @@ void GfxInitSpriteMem();
void IncreaseSpriteLRU();
bool LoadNextSprite(int load_index, byte file_index, uint file_sprite_id);
bool SkipSpriteData(byte type, uint16 num);
void DupSprite(SpriteID old_spr, SpriteID new_spr);
#endif /* SPRITECACHE_H */