Changeset 7346 in orxonox.OLD for trunk/src/world_entities/creatures
- Timestamp:
- Apr 19, 2006, 1:17:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/md2_creature.h
r7337 r7346 24 24 25 25 virtual void loadParams(const TiXmlElement* root); 26 virtual void set StartDirection(const Quaternion& rot) {/* FIXME */};26 virtual void setPlayDirection(const Quaternion& rot, float speed = 0.0f) {/* FIXME */}; 27 27 28 28 virtual void enter();
Note: See TracChangeset
for help on using the changeset viewer.