Changeset 3762 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Apr 8, 2005, 1:04:48 PM (20 years ago)
- Location:
- orxonox/trunk/src/proto
- Files:
-
- 2 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 /** -
orxonox/trunk/src/proto/proto_world_entity.h
r3761 r3762 19 19 20 20 virtual void draw(); 21 virtual void tick(float time); 21 22 22 23 private:
Note: See TracChangeset
for help on using the changeset viewer.