Changeset 2513 for code/branches/presentation/src/orxonox/tools
- Timestamp:
- Dec 18, 2008, 11:28:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/tools/Timer.h
r2506 r2513 62 62 63 63 #include "OrxonoxPrereqs.h" 64 #include "core/Executor.h" 64 65 #include "core/OrxonoxClass.h" 65 66 #include "gamestates/GSRoot.h" … … 198 199 this->setInterval(interval); 199 200 this->bLoop_ = bLoop; 200 this->executor_ = static_cast<Executor*>(executor);201 this->executor_ = executor; 201 202 this->bActive_ = true; 202 203
Note: See TracChangeset
for help on using the changeset viewer.