Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
WaypointManager.h File Reference
#include "Platform/Singleton.h"
#include <vector>
Include dependency graph for WaypointManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WaypointData
class  WaypointMgr

Macros

#define sWaypointMgr   Skyfire::Singleton<WaypointMgr, Skyfire::NullMutex>::instance()

Typedefs

typedef std::vector< WaypointData * > WaypointPath
typedef UNORDERED_MAP< uint32, WaypointPathWaypointPathContainer

Macro Definition Documentation

◆ sWaypointMgr

Typedef Documentation

◆ WaypointPath

typedef std::vector<WaypointData*> WaypointPath

Definition at line 22 of file WaypointManager.h.

◆ WaypointPathContainer