XML visitor for session saving (with toolkit for GLM saving to XML)

This commit is contained in:
brunoherbelin
2020-03-31 21:22:36 +02:00
parent 96a9805377
commit 178bf45f08
8 changed files with 15 additions and 220 deletions

View File

@@ -2,6 +2,7 @@
#define XMLVISITOR_H
#include "Visitor.h"
#include "tinyxml2Toolkit.h"
class SessionVisitor : public Visitor {