mirror of
https://github.com/edubart/otclient.git
synced 2025-12-19 15:17:12 +01:00
some refactoring
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
std::vector<std::string> getList(const std::string& key);
|
||||
|
||||
void setNode(const std::string& key, const OTMLNodePtr& node);
|
||||
void addNode(const std::string& key, const OTMLNodePtr& node);
|
||||
void mergeNode(const std::string& key, const OTMLNodePtr& node);
|
||||
OTMLNodePtr getNode(const std::string& key);
|
||||
|
||||
bool exists(const std::string& key);
|
||||
|
||||
Reference in New Issue
Block a user