mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Update usage of TinyXML to use TinyXML2
This commit is contained in:
parent
cd170910b2
commit
9a795e89f3
23 changed files with 865 additions and 1447 deletions
|
|
@ -2294,14 +2294,6 @@ void TSShapeConstructor::ChangeSet::write(TSShape* shape, Stream& stream, const
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
TiXmlElement *createNodeWithText( const char* name, const char* text )
|
||||
{
|
||||
TiXmlElement* node = new TiXmlElement( name );
|
||||
node->LinkEndChild( new TiXmlText( text ) );
|
||||
return node;
|
||||
}
|
||||
|
||||
void TSShapeConstructor::ChangeSet::add( TSShapeConstructor::ChangeSet::Command& cmd )
|
||||
{
|
||||
// Lookup the command type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue