Changeset 3769 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities/world.h
- Timestamp:
- Apr 9, 2005, 10:32:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.h
r3766 r3769 23 23 class Terrain; 24 24 class GarbageCollector; 25 class Text; 25 26 26 27 //! The game world Interface … … 94 95 bool bPause; //!< pause mode 95 96 97 Text* testText; //!< A text to Test the TextEngine; 96 98 GLMenuImageScreen* glmis; //!< The Level-Loader Display 97 99
Note: See TracChangeset
for help on using the changeset viewer.