Changeset 2141 in orxonox.OLD for orxonox/branches/chris/src/world_entity.h
- Timestamp:
- Jul 14, 2004, 3:31:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world_entity.h
r2101 r2141 1 /*! 2 \file world_entity.h 3 \brief Definition of the basic WorldEntity 4 */ 1 5 2 6 #ifndef WORLD_ENTITY_H … … 7 11 class CollisionCluster; 8 12 13 //! Basic class from which all interactive stuff in the world is derived from 9 14 class WorldEntity 10 15 {
Note: See TracChangeset
for help on using the changeset viewer.