summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:51:47 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:51:47 +0000
commit60fe27db5060a4079dc58b8b61355f0a57757e36 (patch)
tree1c7944ac5811ebaec6b55363799bf1491ce7b846 /src/newgrf_object.h
parentee8c37c3d9fb5b62e24b0272fd93cd50acaa80f6 (diff)
downloadopenttd-60fe27db5060a4079dc58b8b61355f0a57757e36.tar.xz
(svn r20662) -Codechange: implement object animation
Diffstat (limited to 'src/newgrf_object.h')
-rw-r--r--src/newgrf_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_object.h b/src/newgrf_object.h
index 0035ede93..aceca6943 100644
--- a/src/newgrf_object.h
+++ b/src/newgrf_object.h
@@ -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 */