Changeset 2799 for code/branches/gui/src/orxonox/gamestates/GSRoot.h
- Timestamp:
- Mar 18, 2009, 9:15:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSRoot.h
r2710 r2799 33 33 34 34 #include <list> 35 #include <OgreLog.h>36 35 #include "core/RootGameState.h" 37 36 #include "core/OrxonoxClass.h" … … 76 75 77 76 void setConfigValues(); 78 void setThreadAffinity(unsigned int limitToCPU);79 77 80 78 float timeFactor_; //!< A factor that sets the gamespeed. 1 is normal. 81 79 bool bPaused_; 82 80 float timeFactorPauseBackup_; 83 TclBind* tclBind_;84 TclThreadManager* tclThreadManager_;85 Shell* shell_;86 LuaBind* luaBind_;87 81 88 82 // variables for time statistics
Note: See TracChangeset
for help on using the changeset viewer.