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

16 lines
152 B
C++
Raw Permalink Normal View History

2024-11-16 19:07:04 -03:00
#ifndef XNA_CSHARP_XML_HPP
#define XNA_CSHARP_XML_HPP
2024-11-16 19:33:08 -03:00
#include "tinyxml2.h"
2024-11-16 19:07:04 -03:00
namespace xna {
class XmlReader {
};
2024-12-02 11:51:19 -03:00
class XmlWriter {
};
2024-11-16 19:07:04 -03:00
}
#endif