ADD: default grid scenario
This commit is contained in:
@@ -60,6 +60,13 @@ class SimControl{
|
||||
void updateShip(nlohmann::json request);
|
||||
void deleteShip(nlohmann::json request);
|
||||
|
||||
|
||||
void saveScenario();
|
||||
void loadScenario(std::string ID);
|
||||
void deleteScenario(std::string ID);
|
||||
void generateSampleScneario();
|
||||
|
||||
|
||||
void startWebApp();
|
||||
|
||||
void startWebsocketServer();
|
||||
|
||||
Reference in New Issue
Block a user