This commit is contained in:
parent
488c311c93
commit
e505d2ba5f
5 changed files with 57 additions and 13 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
bool getDistToNextWaypoint( DVECTOR currentPos, s32 *distX, s32 *distY );
|
||||
void getPathXExtents( s32 *minExtent, s32 *maxExtent );
|
||||
void getPathYExtents( s32 *minExtent, s32 *maxExtent );
|
||||
u8 getWaypointCount() { return( waypointCount ); }
|
||||
CNpcWaypoint *getWaypointList();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue