[API] Reload API (#2716)

* [API] Reload API

* Update eqemu_api_world_data_service.cpp

* Add api get_reload_types

* Update eqemu_api_world_data_service.cpp
This commit is contained in:
Chris Miles
2023-01-11 07:45:48 -06:00
committed by GitHub
parent 933293098b
commit fc020b7580
2 changed files with 155 additions and 24 deletions
+3 -1
View File
@@ -25,7 +25,9 @@
class EQEmuApiWorldDataService {
public:
static void get(Json::Value &response, const std::vector<std::string> &args);
static void get(Json::Value &r, const std::vector<std::string> &args);
static void reload(Json::Value &r, const std::vector<std::string> &args);
static void message(Json::Value &r, const std::string &message);
};