diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-20 18:41:00 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-20 18:41:00 -0300 |
commit | 341b4a77d2b4c69a99370065af166d92071c9207 (patch) | |
tree | 1d575b5a7fc953108f123b3b1b001d9acf25fc12 /Project/FileHanding.h | |
parent | 3f7d8736dcbe13e21562bd324c1bc0deb0ceaf6b (diff) | |
download | PSP.git-341b4a77d2b4c69a99370065af166d92071c9207.tar.gz PSP.git-341b4a77d2b4c69a99370065af166d92071c9207.tar.xz PSP.git-341b4a77d2b4c69a99370065af166d92071c9207.zip |
Export/Import implemented
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 |