mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
2005-06-07 Erik Hjortsberg <erik@katastrof.nu>
* src/framework/tinyxml/*, src/components/ogre/model/XMLModelDefinitionSerializer.* * moved the tinyxml classes into the Ember namespace to avoid collisions with other implementations
This commit is contained in:
parent
4ab8fc4545
commit
febc1740af
9 changed files with 51 additions and 31 deletions
|
|
@ -26,6 +26,7 @@ distribution.
|
|||
#include <ctype.h>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace Ember {
|
||||
//#define DEBUG_PARSER
|
||||
|
||||
// Note tha "PutString" hardcodes the same list. This
|
||||
|
|
@ -1505,4 +1506,4 @@ bool TiXmlText::Blank() const
|
|||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue