Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3794 in orxonox.OLD for orxonox/trunk/src/animation.cc


Ignore:
Timestamp:
Apr 13, 2005, 3:44:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: definition of animation

File:
1 edited

Legend:

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

    r3790 r3794  
    8686}
    8787
    88 void Anim::setInfinity(ANIM_INFINITY preInfinity, ANIM_INFINITY postInfinity)
     88void Anim::setInfinity(ANIM_INFINITY postInfinity)
    8989{
    90   this->preInfinity = preInfinity;
    9190  this->postInfinity = postInfinity;
    9291}
Note: See TracChangeset for help on using the changeset viewer.