Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3851 in orxonox.OLD for orxonox/trunk/src/animation.h


Ignore:
Timestamp:
Apr 17, 2005, 1:21:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: animation: more adaptions to the new Framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.h

    r3849 r3851  
    4949  virtual void rewind() = 0;
    5050
    51   virtual void tick(float time) = 0;
     51  virtual void tick(float timePassed) = 0;
    5252
    5353  /* implement in subclasses:
     
    6464     \returns the BaseObject, this animation operates on
    6565  */
    66   BaseObject* getBaseObject(void) const { return baseObject;}
     66  BaseObject* getBaseObject(void) const {return baseObject;}
    6767
    6868 protected:
Note: See TracChangeset for help on using the changeset viewer.