Changeset 2096 in orxonox.OLD for orxonox/branches/chris/src/world_entity.cc
- Timestamp:
- Jul 9, 2004, 11:14:42 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/world_entity.cc
r2080 r2096 45 45 WorldEntity::~WorldEntity () {} 46 46 47 Location* WorldEntity::get Location ()47 Location* WorldEntity::get_location () 48 48 { 49 49 return &loc; 50 50 } 51 51 52 Placement* WorldEntity::get Placement ()52 Placement* WorldEntity::get_placement () 53 53 { 54 54 return &place; … … 152 152 owner = spawnowner; 153 153 } 154
Note: See TracChangeset
for help on using the changeset viewer.