Changeset 3781 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities/world.h
- Timestamp:
- Apr 12, 2005, 1:05:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.h
r3769 r3781 24 24 class GarbageCollector; 25 25 class Text; 26 template<class T> class Animation; 26 27 27 28 //! The game world Interface … … 95 96 bool bPause; //!< pause mode 96 97 98 Animation<Text>* tmpAnim; 97 99 Text* testText; //!< A text to Test the TextEngine; 98 100 GLMenuImageScreen* glmis; //!< The Level-Loader Display
Note: See TracChangeset
for help on using the changeset viewer.