Add instance list repository; split repository cmake config

This commit is contained in:
Akkadius
2020-04-02 19:38:26 -05:00
parent 459303c0fe
commit 1650a466a1
4 changed files with 404 additions and 7 deletions
+1
View File
@@ -32,6 +32,7 @@ namespace WorldserverCommandHandler {
void DatabaseGetSchema(int argc, char **argv, argh::parser &cmd, std::string &description);
void DatabaseDump(int argc, char **argv, argh::parser &cmd, std::string &description);
void TestCommand(int argc, char **argv, argh::parser &cmd, std::string &description);
void TestRepository(int argc, char **argv, argh::parser &cmd, std::string &description);
};