Changeset 443 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Dec 9, 2007, 6:26:49 PM (17 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox
- Files:
-
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h
r434 r443 1 1 /** 2 @file IDentifierIncludes.h2 @file CoreIncludes.h 3 3 @brief Definition of macros for the class-hierarchy and the factory. 4 4 -
code/branches/objecthierarchy/src/orxonox/objects/BaseObject.h
r366 r443 2 2 #define _BaseObject_H__ 3 3 4 #include "../core/ IdentifierIncludes.h"4 #include "../core/CoreIncludes.h" 5 5 6 6 namespace orxonox -
code/branches/objecthierarchy/src/orxonox/objects/Test.h
r258 r443 3 3 4 4 #include "BaseObject.h" 5 #include "../core/ IdentifierIncludes.h"5 #include "../core/CoreIncludes.h" 6 6 7 7 namespace orxonox -
code/branches/objecthierarchy/src/orxonox/objects/Tickable.h
r434 r443 2 2 #define _Tickable_H__ 3 3 4 #include "../core/ IdentifierIncludes.h"4 #include "../core/CoreIncludes.h" 5 5 #include "OgreFrameListener.h" 6 6 -
code/branches/objecthierarchy/src/orxonox/objects/Timer.h
r434 r443 2 2 #define _Timer_H__ 3 3 4 #include "../core/ IdentifierIncludes.h"4 #include "../core/CoreIncludes.h" 5 5 #include "OgreFrameListener.h" 6 6 -
code/branches/objecthierarchy/src/orxonox/orxonox.cc
r434 r443 42 42 //#include "../loader/LevelLoader.h" 43 43 44 #include "core/ IdentifierIncludes.h"44 #include "core/CoreIncludes.h" 45 45 #include "objects/Tickable.h" 46 46 #include "objects/Timer.h"
Note: See TracChangeset
for help on using the changeset viewer.