source:
code/branches/core2/src/util/XMLIncludes.h
@
2258
Last change on this file since 2258 was 871, checked in by landauf, 17 years ago | |
---|---|
File size: 360 bytes |
Line | |
---|---|
1 | #include "util/tinyxml/TinyXMLPrereqs.h" |
2 | |
3 | namespace 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.