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

This commit is contained in:
peter1138
2006-04-16 11:26:23 +00:00
parent e1a688df75
commit 82f38f45d3
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)
{