mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2026-03-30 11:38:14 -07:00
8 lines
81 B
C++
8 lines
81 B
C++
#include "tinyxml2.h";
|
|
|
|
|
|
bool XMLDocument::Parse( const char* str )
|
|
{
|
|
|
|
}
|