spritecache.h
changeset 2407 983f1d8a0614
parent 2340 0a9f3eeccb96
child 2436 177cb6a8339f
equal deleted inserted replaced
2406:be5cfb8cd20d 2407:983f1d8a0614
    26 
    26 
    27 void GfxInitSpriteMem(void);
    27 void GfxInitSpriteMem(void);
    28 void IncreaseSpriteLRU(void);
    28 void IncreaseSpriteLRU(void);
    29 
    29 
    30 bool LoadNextSprite(int load_index, byte file_index);
    30 bool LoadNextSprite(int load_index, byte file_index);
       
    31 void DupSprite(SpriteID old, SpriteID new);
    31 void SkipSprites(uint count);
    32 void SkipSprites(uint count);
    32 
    33 
    33 #endif
    34 #endif