Changeset 4762 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 2, 2005, 1:34:42 AM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4597 r4762 41 41 \param isFree if the player is free 42 42 */ 43 Player::Player() : WorldEntity(), PhysicsInterface(this)43 Player::Player() 44 44 { 45 45 /* … … 88 88 \todo add more parameters to load 89 89 */ 90 Player::Player(const TiXmlElement* root) : WorldEntity(root) , PhysicsInterface(this)90 Player::Player(const TiXmlElement* root) : WorldEntity(root) 91 91 { 92 92 this->setClassID(CL_PLAYER, "Player"); -
orxonox/trunk/src/world_entities/test_entity.cc
r4724 r4762 27 27 28 28 29 TestEntity::TestEntity () : WorldEntity(), PhysicsInterface(this)29 TestEntity::TestEntity () 30 30 { 31 31 this->setClassID(CL_TEST_ENTITY, "TestEntity");
Note: See TracChangeset
for help on using the changeset viewer.