Mercurial > hg > openttd
comparison src/spritecache.h @ 8432:e802c4a2fa5e draft
(svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Mon, 28 Jan 2008 17:51:45 +0000 |
parents | c26c28875749 |
children | d48433370037 |
comparison
equal
deleted
inserted
replaced
8431:b4a8c17604d0 | 8432:e802c4a2fa5e |
---|---|
33 void GfxInitSpriteMem(); | 33 void GfxInitSpriteMem(); |
34 void IncreaseSpriteLRU(); | 34 void IncreaseSpriteLRU(); |
35 | 35 |
36 bool LoadNextSprite(int load_index, byte file_index, uint file_sprite_id); | 36 bool LoadNextSprite(int load_index, byte file_index, uint file_sprite_id); |
37 void DupSprite(SpriteID old_spr, SpriteID new_spr); | 37 void DupSprite(SpriteID old_spr, SpriteID new_spr); |
38 void SkipSprites(uint count); | |
39 | 38 |
40 #endif /* SPRITECACHE_H */ | 39 #endif /* SPRITECACHE_H */ |