Changeset 3851 in orxonox.OLD for orxonox/trunk/src/animation.h
- Timestamp:
- Apr 17, 2005, 1:21:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation.h
r3849 r3851 49 49 virtual void rewind() = 0; 50 50 51 virtual void tick(float time ) = 0;51 virtual void tick(float timePassed) = 0; 52 52 53 53 /* implement in subclasses: … … 64 64 \returns the BaseObject, this animation operates on 65 65 */ 66 BaseObject* getBaseObject(void) const { 66 BaseObject* getBaseObject(void) const {return baseObject;} 67 67 68 68 protected:
Note: See TracChangeset
for help on using the changeset viewer.