Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2008, 9:42:12 AM (17 years ago)
Author:
rgrieder
Message:
  • changes made in Orxonox.cc and Orxonox.h were overwritten by older files. reverted those.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/Orxonox.h

    r1136 r1145  
    6161      void init(int argc, char **argv, std::string path);
    6262      void start();
    63       // not sure if this should be private
    64       void abortImmediate(/* some error code */);
     63      void abortImmediateForce();
    6564      void abortRequest();
    6665      inline audio::AudioManager* getAudioManagerPointer() { return auMan_; };
     
    106105      // TODO: make this a config-value by creating a config class for orxonox
    107106      float                 frameSmoothingTime_;
     107      InGameConsole*        orxonoxConsole_;
    108108      HUD*                  orxonoxHUD_;
    109       InGameConsole*        orxonoxConsole_;
    110109      bool                  bAbort_;        //!< aborts the render loop if true
    111110      float                 timefactor_;    //!< A factor to change the gamespeed
Note: See TracChangeset for help on using the changeset viewer.