Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4446 in orxonox.OLD


Ignore:
Timestamp:
Jun 1, 2005, 10:32:55 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: finished cleaning up orxonox.cc

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

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

    r4445 r4446  
    257257
    258258/**
    259    \brief exits Orxonox
    260 */
    261 void Orxonox::quitGame()
    262 {
    263   bQuitOrxonox = true;
    264 }
    265 
    266 
    267 
    268 /**
    269259   \brief handles sprecial events from localinput
    270260   \param event: an event not handled by the CommandNode
  • orxonox/trunk/src/orxonox.h

    r4445 r4446  
    77#define _ORXONOX_H
    88
    9 #include "glincl.h"
    109#include "event_listener.h"
    1110
    12 
    13 
    1411class WorldEntity;
    15 class World;
    16 class Camera;
    1712class GameLoader;
    1813class ResourceManager;
     
    3328
    3429  void start();
    35   void quitGame();
    3630
    3731  void graphicsHandler (SDL_Event* event);
     
    4539  int initResources ();
    4640
     41  void getConfigFile (int argc, char** argv);
     42
    4743 private:
    4844  static Orxonox* singletonRef;
     
    5551  EventHandler* eventHandler;
    5652 
    57   bool bQuitOrxonox;          //!< If Orxonox should Quit
    58   bool pause;                 //!< Pause mode
    59   Uint32 lastframe;           //!< Time of the last Frame
    60  
    6153  unsigned int argc;          //!< Count of Arguments of orxonox
    6254  char** argv;                //!< Values of th Arguments of orxonox.
    63  
    64   void getConfigFile (int argc, char** argv);
    65 
    66  
    67 
    6855};
    6956
Note: See TracChangeset for help on using the changeset viewer.