summaryrefslogtreecommitdiffstats
path: root/Project/FileHanding.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-20 18:41:00 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-20 18:41:00 -0300
commit341b4a77d2b4c69a99370065af166d92071c9207 (patch)
tree1d575b5a7fc953108f123b3b1b001d9acf25fc12 /Project/FileHanding.h
parent3f7d8736dcbe13e21562bd324c1bc0deb0ceaf6b (diff)
downloadPSP.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.h1
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