Changeset 1209 for code/trunk/src/core
- Timestamp:
- Apr 30, 2008, 7:57:57 PM (17 years ago)
- Location:
- code/trunk/src/core
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/BaseObject.cc
r1062 r1209 33 33 34 34 #include "BaseObject.h" 35 #include " util/tinyxml/tinyxml.h"35 #include "tinyxml/tinyxml.h" 36 36 #include "CoreIncludes.h" 37 37 #include "XMLPort.h" -
code/trunk/src/core/CMakeLists.txt
r1153 r1209 52 52 ${OIS_LIBRARIES} 53 53 ${OGRE_LIBRARIES} 54 tinyxml 55 tolualib 54 56 util 55 57 ) -
code/trunk/src/core/Loader.cc
r1102 r1209 37 37 #include "Namespace.h" 38 38 39 #include " util/tinyxml/ticpp.h"39 #include "tinyxml/ticpp.h" 40 40 41 41 namespace orxonox -
code/trunk/src/core/XMLPort.h
r1062 r1209 34 34 #include "util/XMLIncludes.h" 35 35 #include "util/MultiTypeMath.h" 36 #include " util/tinyxml/ticpp.h"36 #include "tinyxml/ticpp.h" 37 37 #include "Executor.h" 38 38 #include "Debug.h"
Note: See TracChangeset
for help on using the changeset viewer.