Wrote the WaypointManager API skeleton
This commit is contained in:
@@ -34,10 +34,11 @@
|
||||
|
||||
class WaypointManager {
|
||||
public:
|
||||
WaypointManager() = default;
|
||||
~WaypointManager() = default;
|
||||
WaypointManager();
|
||||
~WaypointManager();
|
||||
|
||||
//common public methods
|
||||
int Create();
|
||||
int Create(Vector2 origin, BoundingBox bounds);
|
||||
void Unload(int uid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user