forked from mirror/OpenTTD
(svn r4446) - Add function to determine if a Sprite ID exists.
This commit is contained in:
@@ -13,6 +13,7 @@ typedef struct Sprite {
|
||||
} Sprite;
|
||||
|
||||
const void *GetRawSprite(SpriteID sprite);
|
||||
bool SpriteExists(SpriteID sprite);
|
||||
|
||||
static inline const Sprite *GetSprite(SpriteID sprite)
|
||||
{
|
||||
|
Reference in New Issue
Block a user