Changeset 1970 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Oct 20, 2008, 12:17:56 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/CMakeLists.txt
r1968 r1970 42 42 tools/Timer.cc 43 43 tools/WindowEventListener.cc 44 45 objects/Template.cc 44 46 45 47 objects/worldentities/WorldEntity.cc -
code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h
r1940 r1970 81 81 82 82 // objects 83 class Template; 84 83 85 class WorldEntity; 84 86 class PositionableEntity;
Note: See TracChangeset
for help on using the changeset viewer.