Changeset 845 for code/branches/core/src/orxonox/tools
- Timestamp:
- Mar 1, 2008, 9:29:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/src/orxonox/tools/Timer.h
r813 r845 104 104 float time_; //!< Internal variable, counting the time till the next function-call 105 105 }; 106 ExportAbstractClass(TimerBase, Orxonox);107 106 108 107 //! The Timer is a callback-object, calling a given function after a given time-interval. … … 158 157 T* object_; 159 158 }; 160 ExportAbstractClass(Timer<BaseObject>, Orxonox);161 159 162 160 //! The TimerFrameListener manages all Timers in the game.
Note: See TracChangeset
for help on using the changeset viewer.