Changeset 3225 for code/branches/core4/src/orxonox/interfaces
- Timestamp:
- Jun 23, 2009, 8:16:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/interfaces/Tickable.h
r3196 r3225 57 57 @param dt The time since the last frame in seconds 58 58 */ 59 virtual void tick(float dt) = 0;59 virtual void tick(float dt) { } 60 60 61 61 protected:
Note: See TracChangeset
for help on using the changeset viewer.