Changeset 256 for code/branches/objecthierarchie/src/orxonox/objects
- Timestamp:
- Nov 26, 2007, 4:00:50 PM (18 years ago)
- Location:
- code/branches/objecthierarchie/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.