Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 12, 2005, 1:05:46 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: some simple animation-template-class implemented, to animate floats
This class will in the Future be able to animate everything one needs to animate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.h

    r3769 r3781  
    2424class GarbageCollector;
    2525class Text;
     26template<class T> class Animation;
    2627
    2728//! The game world Interface
     
    9596  bool bPause;                  //!< pause mode
    9697
     98  Animation<Text>* tmpAnim;
    9799  Text* testText;               //!< A text to Test the TextEngine;
    98100  GLMenuImageScreen* glmis;     //!< The Level-Loader Display
Note: See TracChangeset for help on using the changeset viewer.