Changeset 1145 for code/branches/console/src/orxonox/Orxonox.h
- Timestamp:
- Apr 23, 2008, 9:42:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/orxonox/Orxonox.h
r1136 r1145 61 61 void init(int argc, char **argv, std::string path); 62 62 void start(); 63 // not sure if this should be private 64 void abortImmediate(/* some error code */); 63 void abortImmediateForce(); 65 64 void abortRequest(); 66 65 inline audio::AudioManager* getAudioManagerPointer() { return auMan_; }; … … 106 105 // TODO: make this a config-value by creating a config class for orxonox 107 106 float frameSmoothingTime_; 107 InGameConsole* orxonoxConsole_; 108 108 HUD* orxonoxHUD_; 109 InGameConsole* orxonoxConsole_;110 109 bool bAbort_; //!< aborts the render loop if true 111 110 float timefactor_; //!< A factor to change the gamespeed
Note: See TracChangeset
for help on using the changeset viewer.