src/spritecache.h
changeset 7404 fc0559157f16
parent 7365 d484a635f91d
child 8619 c2434269c3eb
equal deleted inserted replaced
7403:b49905191990 7404:fc0559157f16
    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 */