Changeset 6804 in orxonox.OLD for trunk/src/world_entities/creatures/md2_creature.h
- Timestamp:
- Jan 28, 2006, 11:29:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/md2_creature.h
r6561 r6804 19 19 public: 20 20 21 MD2Creature();22 21 MD2Creature(const char* fileName); 23 MD2Creature(const TiXmlElement* root );22 MD2Creature(const TiXmlElement* root = NULL); 24 23 virtual ~MD2Creature(); 25 24 26 void init();27 25 virtual void loadParams(const TiXmlElement* root); 28 26 … … 42 40 43 41 private: 42 void init(); 44 43 45 44 void calculateVelocity(float time); 46 void weaponAction();47 48 // !! temporary !!49 void ADDWEAPON();50 45 51 46 bool bUp; //!< up button pressed.
Note: See TracChangeset
for help on using the changeset viewer.