Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3795 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Apr 13, 2005, 4:32:53 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: moved some functions around in the Animation-classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r3794 r3795  
    2424class GarbageCollector;
    2525class SimpleAnimation;
    26 class Anim;
     26template<class T> class tAnim;
    2727class Text;
    2828
     
    9999  GLMenuImageScreen* glmis;           //!< The Level-Loader Display
    100100
    101   Anim* testAnim;
     101  tAnim<Text>* testAnim;
    102102  Text* testText;                     //!< A text to Test the TextEngine;
    103103
Note: See TracChangeset for help on using the changeset viewer.