Changeset 10613 in orxonox.OLD for branches/cleanup/src/story_entities
- Timestamp:
- Mar 30, 2007, 11:28:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/story_entities/game_world.h
r10428 r10613 56 56 inline double getGameTime() { return this->gameTime; } 57 57 /** sets the game speed @param speed speed of the Game */ 58 inline void setSpeed(float speed) { this->speed = speed; }; 58 inline void setSpeed(float speed) { this->speed = speed; } 59 inline float getSpeed(){ return this->speed; } 59 60 /** returns the track path of this world @returns the track path */ 60 61
Note: See TracChangeset
for help on using the changeset viewer.