Files
GseTDDUebungKCLR/database/FileZillaFTP/source/xml_utils.h
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

14 lines
223 B
C++

#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__