(svn r4446) - Add function to determine if a Sprite ID exists.

This commit is contained in:
2006-04-16 11:26:23 +00:00
parent 60d123c0fa
commit 4db1144b6d
2 changed files with 9 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ typedef struct Sprite {
} Sprite;
const void *GetRawSprite(SpriteID sprite);
bool SpriteExists(SpriteID sprite);
static inline const Sprite *GetSprite(SpriteID sprite)
{