Changeset 3762 in orxonox.OLD for orxonox/trunk/src/proto/proto_world_entity.cc
- Timestamp:
- Apr 8, 2005, 1:04:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/proto/proto_world_entity.cc
r3761 r3762 39 39 } 40 40 41 /** 42 \brief advances the ProtoWorldEntity about time seconds 43 \param time the Time to step 44 */ 45 ProtoWorldEntity::tick(float time) 46 { 47 48 } 41 49 42 50 /**
Note: See TracChangeset
for help on using the changeset viewer.