1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
2024-12-02 11:51:19 -03:00

16 lines
152 B
C++

#ifndef XNA_CSHARP_XML_HPP
#define XNA_CSHARP_XML_HPP
#include "tinyxml2.h"
namespace xna {
class XmlReader {
};
class XmlWriter {
};
}
#endif