forked from mirror/OpenTTD
(svn r20662) -Codechange: implement object animation
This commit is contained in:
@@ -120,5 +120,8 @@ uint16 GetObjectCallback(CallbackID callback, uint32 param1, uint32 param2, cons
|
||||
|
||||
void DrawNewObjectTile(TileInfo *ti, const ObjectSpec *spec);
|
||||
void DrawNewObjectTileInGUI(int x, int y, const ObjectSpec *spec);
|
||||
void AnimateNewObjectTile(TileIndex tile);
|
||||
void TriggerObjectTileAnimation(const Object *o, TileIndex tile, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
|
||||
void TriggerObjectAnimation(const Object *o, ObjectAnimationTrigger trigger, const ObjectSpec *spec);
|
||||
|
||||
#endif /* NEWGRF_OBJECT_H */
|
||||
|
Reference in New Issue
Block a user