Changeset 3360 in orxonox.OLD for orxonox/branches/parenting/src/world_entity.h
- Timestamp:
- Jan 6, 2005, 9:37:39 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/world_entity.h
r3342 r3360 11 11 12 12 class CollisionCluster; 13 class Object;13 class Model; 14 14 15 15 //! Basic class from which all interactive stuff in the world is derived from … … 22 22 virtual ~WorldEntity (); 23 23 24 Object* model;24 Model* model; 25 25 26 26 void setCollision (CollisionCluster* newhull);
Note: See TracChangeset
for help on using the changeset viewer.