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

Cria XmlReader

This commit is contained in:
Danilo 2024-11-16 19:33:08 -03:00
parent 38fbc5ea59
commit ba5b593b41

View File

@ -1,7 +1,7 @@
#ifndef XNA_CSHARP_XML_HPP
#define XNA_CSHARP_XML_HPP
#include "tinyxml2.h"
namespace xna {
class XmlReader {