diff options
Diffstat (limited to 'Project/FileHanding.h')
-rw-r--r-- | Project/FileHanding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/FileHanding.h b/Project/FileHanding.h index e072cbf..c952824 100644 --- a/Project/FileHanding.h +++ b/Project/FileHanding.h @@ -57,6 +57,7 @@ protected: void SaveControlNodes(rapidxml::xml_document<>& doc, rapidxml::xml_node<>* nodesN, std::vector<Node*> nodeList); ControlElement* GetControlElementFromID(std::vector<ControlElement*> elementList, int id); + bool OpenControlNodeList(rapidxml::xml_node<>* elementNode, std::vector<Node*>& nodeVector); }; #endif // FILEHANDING_H |