Changeset 4488 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jun 3, 2005, 1:00:10 AM (19 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_entity.cc
r4462 r4488 41 41 42 42 43 void TestEntity::setAnim(int animationIndex) 44 { 45 this->md2Model->setAnim(animationIndex); 46 } 47 48 43 49 void TestEntity::tick (float time) 44 50 { -
orxonox/trunk/src/world_entities/test_entity.h
r4397 r4488 19 19 virtual ~TestEntity (); 20 20 21 21 void setAnim(int animationIndex); 22 22 23 virtual void tick (float time); 23 24 virtual void hit (WorldEntity* weapon, Vector* loc);
Note: See TracChangeset
for help on using the changeset viewer.