30 #ifndef ANIMATION_RANDOMWAIT_H
31 #define ANIMATION_RANDOMWAIT_H
43 virtual void Action(
CUnit &unit,
int &move,
int scale)
const;
44 virtual void Init(
const char *s, lua_State *l);
53 #endif // ANIMATION_RANDOMWAIT_H
CAnimation_RandomWait()
Definition: animation_randomwait.h:41
virtual void Init(const char *s, lua_State *l)
Definition: animation_randomwait.cpp:55
Definition: animation.h:93
The big unit structure.
Definition: unit.h:119
Definition: animation_randomwait.h:38
virtual void Action(CUnit &unit, int &move, int scale) const
Definition: animation_randomwait.cpp:42
Definition: animation.h:59