Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4822 in orxonox.OLD for orxonox/trunk/src/orxonox.h


Ignore:
Timestamp:
Jul 8, 2005, 11:19:49 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Singleton-Classes are now refered to as such in World and Orxonox

File:
1 edited

Legend:

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

    r4817 r4822  
    1111class WorldEntity;
    1212class GameLoader;
    13 class ResourceManager;
    14 class ObjectManager;
    15 class EventHandler;
    1613class Event;
    1714class IniParser;
     
    5249  char              configFileName[256];     //!< Filename of the configuration-file.
    5350  GameLoader*       gameLoader;              //!< The gameLoader
    54   ResourceManager*  resourceManager;         //!< The ResourceManager
    55   ObjectManager*    objectManager;           //!< the object manager of the game
    56   EventHandler*     eventHandler;            //!< the eventhandler of orxonox is created here
    5751
    5852  unsigned int      argc;                    //!< Count of Arguments of orxonox
Note: See TracChangeset for help on using the changeset viewer.