src/spritecache.h
branchNewGRF_ports
changeset 6877 889301acc299
parent 6872 1c4a4a609f85
child 10724 68a692eacf22
equal deleted inserted replaced
6876:2c40faeef7a5 6877:889301acc299
    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 */