diff options
| author | Einar Johan Trøan Sømåen | 2012-07-27 18:24:22 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-07-27 18:24:22 +0200 |
| commit | a4e2fb4504f0a7ba42521f7cd4c95c997adf96f4 (patch) | |
| tree | 78b54ccd1f8b476de8f262251e8844ee272d7825 /engines/wintermute/tinyxml/tinyxmlparser.cpp | |
| parent | fbc19f3f0b4345d5e2db3416ed3de79593bcef36 (diff) | |
| download | scummvm-rg350-a4e2fb4504f0a7ba42521f7cd4c95c997adf96f4.tar.gz scummvm-rg350-a4e2fb4504f0a7ba42521f7cd4c95c997adf96f4.tar.bz2 scummvm-rg350-a4e2fb4504f0a7ba42521f7cd4c95c997adf96f4.zip | |
WINTERMUTE: Move TinyXML into the WinterMute-namespace.
Diffstat (limited to 'engines/wintermute/tinyxml/tinyxmlparser.cpp')
| -rw-r--r-- | engines/wintermute/tinyxml/tinyxmlparser.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/wintermute/tinyxml/tinyxmlparser.cpp b/engines/wintermute/tinyxml/tinyxmlparser.cpp index 14fd7c8c79..709dee0320 100644 --- a/engines/wintermute/tinyxml/tinyxmlparser.cpp +++ b/engines/wintermute/tinyxml/tinyxmlparser.cpp @@ -22,6 +22,8 @@ must not be misrepresented as being the original software. distribution. */ +// Modified for use in ScummVM (namespace added) + #include <ctype.h> #include <stddef.h> @@ -37,6 +39,8 @@ distribution. # endif #endif +namespace WinterMute { + // Note tha "PutString" hardcodes the same list. This // is less flexible than it appears. Changing the entries // or order will break putstring. @@ -1636,3 +1640,4 @@ bool TiXmlText::Blank() const return true; } +} // end of namespace WinterMute |
