Changeset 6278 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Dec 24, 2005, 7:14:06 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/test_entity.cc
r6222 r6278 47 47 if (root != NULL) 48 48 this->loadParams(root); 49 50 this->init();51 49 } 52 50 -
trunk/src/world_entities/test_entity.h
r6222 r6278 12 12 class TiXmlElement; 13 13 14 class TestEntity : public WorldEntity, PhysicsInterface14 class TestEntity : public WorldEntity, public PhysicsInterface 15 15 { 16 16 friend class World;
Note: See TracChangeset
for help on using the changeset viewer.