Remove old json functions

This commit is contained in:
Ylva Selling
2023-04-26 16:58:55 -04:00
parent 529ffc488c
commit 9a1e6b8002
12 changed files with 21 additions and 183 deletions

View File

@@ -94,8 +94,7 @@ public:
std::vector<std::string> allLuaFunctions() const;
std::string generateJson() const;
nlohmann::json generateJsonJson() const;
nlohmann::json generateJson() const;
private:
BooleanType(Replace);