Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3790 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
Apr 13, 2005, 12:33:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the textEngine back into the trunk.
merged with command:
svn merge -r 3681:HEAD branches/textEngine/ trunk/

conflicts in:
world.cc/h orxonox.cc NEWS
changed in favor of the trunk

File:
1 edited

Legend:

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

    r3727 r3790  
    2121class Skysphere;
    2222class LightManager;
    23 class FontSet;
    2423class Terrain;
    2524class GarbageCollector;
    2625class SimpleAnimation;
     26
     27class Text;
    2728
    2829//! The game world Interface
     
    9697  bool bPause;                        //!< pause mode
    9798
    98   FontSet* testFont;                  //!< A test Font. \todo fix this, so it is for real.
    9999  GLMenuImageScreen* glmis;           //!< The Level-Loader Display
     100
     101  Text* testText;                     //!< A text to Test the TextEngine;
    100102
    101103  char* worldName;                    //!< The name of this World
Note: See TracChangeset for help on using the changeset viewer.