mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Cleanup image saving and loading in xml session
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "SourceList.h"
|
||||
|
||||
class Session;
|
||||
class FrameBufferImage;
|
||||
|
||||
class SessionVisitor : public Visitor {
|
||||
|
||||
@@ -62,6 +63,7 @@ public:
|
||||
|
||||
protected:
|
||||
static tinyxml2::XMLElement *NodeToXML(Node &n, tinyxml2::XMLDocument *doc);
|
||||
static tinyxml2::XMLElement *ImageToXML(FrameBufferImage *img, tinyxml2::XMLDocument *doc);
|
||||
};
|
||||
|
||||
#endif // XMLVISITOR_H
|
||||
|
||||
Reference in New Issue
Block a user