mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
12 lines
127 B
C++
12 lines
127 B
C++
#ifndef XNA_CSHARP_XML_HPP
|
|
#define XNA_CSHARP_XML_HPP
|
|
|
|
#include "tinyxml2.h"
|
|
|
|
namespace xna {
|
|
class XmlReader {
|
|
|
|
};
|
|
}
|
|
|
|
#endif |