equal
deleted
inserted
replaced
29 } |
29 } |
30 |
30 |
31 void GfxInitSpriteMem(); |
31 void GfxInitSpriteMem(); |
32 void IncreaseSpriteLRU(); |
32 void IncreaseSpriteLRU(); |
33 |
33 |
34 bool LoadNextSprite(int load_index, byte file_index); |
34 bool LoadNextSprite(int load_index, byte file_index, uint file_sprite_id); |
35 void DupSprite(SpriteID old_spr, SpriteID new_spr); |
35 void DupSprite(SpriteID old_spr, SpriteID new_spr); |
36 void SkipSprites(uint count); |
36 void SkipSprites(uint count); |
37 |
37 |
38 #endif /* SPRITECACHE_H */ |
38 #endif /* SPRITECACHE_H */ |