Slight tweaks to waypoints
This commit is contained in:
@@ -41,10 +41,7 @@ class WaypointManager: public Singleton<WaypointManager> {
|
||||
public:
|
||||
//common public methods
|
||||
int Create();
|
||||
int Load();
|
||||
int Save(int uid);
|
||||
void Unload(int uid);
|
||||
void Delete(int uid);
|
||||
|
||||
void UnloadAll();
|
||||
void UnloadIf(std::function<bool(std::pair<const int, WaypointData const&>)> fn);
|
||||
|
||||
Reference in New Issue
Block a user