Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 26, 2005, 3:28:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved protoclass to folder proto
added protosingleton
added resourceManager
modiefied some stuff to work better

File:
1 edited

Legend:

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

    r3648 r3655  
    1616class Camera;
    1717class GameLoader;
     18class ResourceManager;
    1819
    1920//! Orxonox core singleton class
     
    3334  SDL_Surface* screen;        //!< The current Screen
    3435  GameLoader* gameLoader;     //!< The gameLoader
     36  ResourceManager* resourceManager; //!< The ResourceManager
    3537 
    3638  bool bQuitOrxonox;          //!< If Orxonox should Quit
Note: See TracChangeset for help on using the changeset viewer.