[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
FileZillaFTP
/
source
/
[
Home
]
File: xml_utils.h
#ifndef __XML_UTILS_H__ #define __XML_UTILS_H__ class TiXmlElement; namespace XML { CStdString ReadText(TiXmlElement* pElement); void SetText(TiXmlElement* pElement, const CStdString& text); } #endif //__XML_UTIL S_H__