Changeset 1695 for code/branches/gui/src/core
- Timestamp:
- Sep 3, 2008, 8:29:53 PM (16 years ago)
- Location:
- code/branches/gui/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/CorePrereqs.h
r1689 r1695 100 100 class ClassTreeMaskIterator; 101 101 class ClassTreeMaskNode; 102 class Clock; 102 103 class CommandEvaluation; 103 104 class CommandExecutor; -
code/branches/gui/src/core/RootGameState.cc
r1690 r1695 131 131 void RootGameState::start(int argc, char** argv) 132 132 { 133 // start global orxonox time 134 Clock clock; 135 133 136 parseArguments(argc, argv); 134 137 … … 140 143 gotoState(initialState); 141 144 142 Clock clock;143 145 while (this->activeChild_) 144 146 {
Note: See TracChangeset
for help on using the changeset viewer.