Changeset 256 for code/branches/objecthierarchie/src
- Timestamp:
- Nov 26, 2007, 4:00:50 PM (17 years ago)
- Location:
- code/branches/objecthierarchie/src/orxonox
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchie/src/orxonox/core/Factory.cc
r255 r256 1 1 #include "Factory.h" 2 2 #include "Identifier.h" 3 #include "BaseObject.h"4 3 5 4 namespace orxonox -
code/branches/objecthierarchie/src/orxonox/objects/BaseObject.h
r255 r256 2 2 #define _BaseObject_H__ 3 3 4 #include " IdentifierIncludes.h"4 #include "../core/IdentifierIncludes.h" 5 5 6 6 namespace orxonox -
code/branches/objecthierarchie/src/orxonox/objects/Test.h
r255 r256 3 3 4 4 #include "BaseObject.h" 5 #include " IdentifierIncludes.h"5 #include "../core/IdentifierIncludes.h" 6 6 7 7 namespace orxonox -
code/branches/objecthierarchie/src/orxonox/orxonox.cc
r255 r256 31 31 #include <OgreCEGUIRenderer.h> 32 32 33 #include " IdentifierIncludes.h"34 #include " BaseObject.h"35 #include " Test.h"36 #include " test1.h"37 #include " test2.h"38 #include " test3.h"33 #include "core/IdentifierIncludes.h" 34 #include "objects/BaseObject.h" 35 #include "objects/Test.h" 36 #include "objects/test1.h" 37 #include "objects/test2.h" 38 #include "objects/test3.h" 39 39 40 40 #if OGRE_PLATFORM == OGRE_PLATFORM_APPLE
Note: See TracChangeset
for help on using the changeset viewer.