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

12 lines
127 B
C++

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