source:
code/branches/core/src/util/XMLIncludes.h
@
856
Last change on this file since 856 was 826, checked in by landauf, 17 years ago | |
---|---|
File size: 360 bytes |
Rev | Line | |
---|---|---|
[826] | 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.