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