Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core/src/util/XMLIncludes.h @ 849

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

several minor changes

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.