mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
16 lines
152 B
C++
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 |