Migrate OgreSerializer.

This commit is contained in:
Kim Kulling
2020-07-14 09:00:06 +02:00
parent 21678df589
commit 8cfd2a4cc1
2 changed files with 47 additions and 11 deletions

View File

@@ -140,6 +140,10 @@ public:
return mRoot;
}
TNodeType *getRootNode() {
return mRoot;
}
private:
pugi::xml_document *mDoc;
TNodeType *mRoot;