Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/util/XMLIncludes.h @ 871

Last change on this file since 871 was 871, checked in by landauf, 16 years ago

merged core branch to trunk

File size: 360 bytes
Line 
1#include "util/tinyxml/TinyXMLPrereqs.h"
2
3namespace orxonox
4{
5    typedef ticpp::Document Document;
6    typedef ticpp::Element Element;
7    typedef ticpp::Declaration Declaration;
8    typedef ticpp::StylesheetReference StylesheetReference;
9    typedef ticpp::Text Text;
10    typedef ticpp::Comment Comment;
11    typedef ticpp::Attribute Attribute;
12}
Note: See TracBrowser for help on using the repository browser.