This commit is contained in:
Daveo 2001-08-15 15:05:44 +00:00
parent 55e36f25d3
commit 7a43d05c5f
9 changed files with 15 additions and 23 deletions

View file

@ -26,6 +26,8 @@ public:
void shutdown();
void setTargetHeading( s16 newTargetHeading ) {m_targetHeading = newTargetHeading;}
u8 hasBeenAttacked();
bool allowOffMap() {return(true);}
protected:
bool processSensor();
void processMovement( int _frames );