Changeset 871 for code/trunk/src/util/tinyxml
- Timestamp:
- Mar 9, 2008, 4:44:36 PM (17 years ago)
- Location:
- code/trunk/src/util/tinyxml
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/tinyxml/TinyXMLPrereqs.h
r790 r871 73 73 class TiXmlParsingData; 74 74 75 namespace ticpp 76 { 77 class Document; 78 class Element; 79 class Declaration; 80 class StylesheetReference; 81 class Text; 82 class Comment; 83 class Attribute; 84 } 85 75 86 #endif /* _TinyXMLPrereqs_H__ */ -
code/trunk/src/util/tinyxml/ticpp.cc
r790 r871 1 #define TIXML_USE_TICPP 2 1 3 /* 2 4 http://code.google.com/p/ticpp/ -
code/trunk/src/util/tinyxml/ticpp.h
r790 r871 1 #define TIXML_USE_TICPP 2 1 3 /* 2 4 http://code.google.com/p/ticpp/ -
code/trunk/src/util/tinyxml/ticpprc.h
r790 r871 1 #define TIXML_USE_TICPP 2 1 3 /* 2 4 http://code.google.com/p/ticpp/ -
code/trunk/src/util/tinyxml/tinyxml.h
r790 r871 1 #define TIXML_USE_TICPP 2 1 3 /* 2 4 www.sourceforge.net/projects/tinyxml
Note: See TracChangeset
for help on using the changeset viewer.