Changeset 6207 in orxonox.OLD for branches/christmas_branche/src/world_entities/test_entity.h
- Timestamp:
- Dec 21, 2005, 2:31:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/test_entity.h
r5500 r6207 10 10 struct t3DModel; 11 11 class Material; 12 class TiXmlElement; 12 13 13 14 class TestEntity : public WorldEntity, PhysicsInterface … … 17 18 public: 18 19 TestEntity (); 20 TestEntity(const TiXmlElement* root); 19 21 virtual ~TestEntity (); 22 23 void init(); 24 void loadParams(const TiXmlElement* root); 20 25 21 26 void setAnim(int animationIndex); 22 27 23 28 virtual void tick (float time); 24 virtual void destroy ();25 29 virtual void collidesWith(WorldEntity* entity, const Vector& location); 26 30 virtual void draw () const;
Note: See TracChangeset
for help on using the changeset viewer.