Changeset 1694 for code/branches/gui/src/orxonox/gamestates
- Timestamp:
- Sep 1, 2008, 10:20:24 PM (16 years ago)
- Location:
- code/branches/gui/src/orxonox/gamestates
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/gamestates/GSLevel.cc
r1689 r1694 37 37 #include "core/Loader.h" 38 38 #include "objects/Backlight.h" 39 #include "objects/Tickable.h" 39 40 #include "tools/ParticleInterface.h" 40 41 #include "Settings.h" -
code/branches/gui/src/orxonox/gamestates/GSLevel.h
r1689 r1694 56 56 void unloadLevel(); 57 57 58 private:59 60 58 float timeFactor_; //!< A factor to change the gamespeed 61 59
Note: See TracChangeset
for help on using the changeset viewer.