Changeset 3795 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Apr 13, 2005, 4:32:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r3794 r3795 24 24 class GarbageCollector; 25 25 class SimpleAnimation; 26 classAnim;26 template<class T> class tAnim; 27 27 class Text; 28 28 … … 99 99 GLMenuImageScreen* glmis; //!< The Level-Loader Display 100 100 101 Anim* testAnim;101 tAnim<Text>* testAnim; 102 102 Text* testText; //!< A text to Test the TextEngine; 103 103
Note: See TracChangeset
for help on using the changeset viewer.