This commit is contained in:
Charles 2001-07-20 15:52:22 +00:00
parent a1dac87c85
commit fedc13f51d
5 changed files with 45 additions and 2 deletions

View file

@ -30,6 +30,7 @@ public:
void setPathType( u8 newPathType );
u8 getPathType();
bool incPath();
void decPath();
void resetPath();
void reversePathDir();
s32 think( DVECTOR currentPos, bool *pathComplete, bool *waypointChange, s32 *distX, s32 *distY );