aboutsummaryrefslogtreecommitdiff
path: root/src/cr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr.hh')
-rw-r--r--src/cr.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cr.hh b/src/cr.hh
index e82b17b..37a9f3d 100644
--- a/src/cr.hh
+++ b/src/cr.hh
@@ -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);