Slight tweaks to waypoints
This commit is contained in:
@@ -25,22 +25,10 @@ int WaypointManager::Create() {
|
||||
//TODO
|
||||
}
|
||||
|
||||
int WaypointManager::Load() {
|
||||
//TODO
|
||||
}
|
||||
|
||||
int WaypointManager::Save(int uid) {
|
||||
//TODO
|
||||
}
|
||||
|
||||
void WaypointManager::Unload(int uid) {
|
||||
//TODO
|
||||
}
|
||||
|
||||
void WaypointManager::Delete(int uid) {
|
||||
//TODO
|
||||
}
|
||||
|
||||
void WaypointManager::UnloadAll() {
|
||||
//TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user