diff options
Diffstat (limited to 'src/cr.hh')
| -rw-r--r-- | src/cr.hh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -496,6 +496,9 @@ struct TCreature: TSkillBase { // cract.cc bool SetOnMap(void); bool DelOnMap(void); + void Go(int DestX, int DestY, int DestZ); + void Rotate(int Direction); + void Rotate(TCreature *Target); void Attack(void); void Execute(void); uint32 CalculateDelay(void); |
