This commit is contained in:
Charles 2001-02-22 15:39:38 +00:00
parent 895fbfd27b
commit dedfdcf295
7 changed files with 114 additions and 6 deletions

View file

@ -52,6 +52,7 @@ public:
void resetPath();
void reversePathDir();
s32 think( DVECTOR currentPos, bool *pathComplete, bool *waypointChange );
bool think2D( DVECTOR currentPos, s32 *distX, s32 *distY );
bool getDistToNextWaypoint( DVECTOR currentPos, s32 *distX, s32 *distY );
};