Move xml and svg to lower levels.
This commit is contained in:
parent
942cc2539c
commit
7cab70f839
32 changed files with 35 additions and 33 deletions
14
src/base/core/xml/XmlWriter.h
Normal file
14
src/base/core/xml/XmlWriter.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class XmlDocument;
|
||||
class XmlElement;
|
||||
|
||||
class XmlWriter
|
||||
{
|
||||
public:
|
||||
XmlWriter() = default;
|
||||
|
||||
std::string toString(XmlDocument* document);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue