(svn r21782) -Codechange: Move declaration of AllocatorProc from Blitter:: to spritecache.h

This commit is contained in:
frosch
2011-01-14 15:34:33 +00:00
parent 09d7f172a6
commit 3d1008318b
16 changed files with 17 additions and 17 deletions

View File

@@ -25,6 +25,8 @@ struct Sprite {
extern uint _sprite_cache_size;
typedef void *AllocatorProc(size_t size);
void *GetRawSprite(SpriteID sprite, SpriteType type);
bool SpriteExists(SpriteID sprite);