Changeset 3531 in orxonox.OLD for orxonox/trunk/src/world_entities/primitive.cc
- Timestamp:
- Mar 13, 2005, 10:50:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3526 r3531 39 39 } 40 40 41 void Primitive::destroy () 42 { 43 44 45 static_cast<WorldEntity*>(this)->destroy(); 46 } 47 48 41 49 void Primitive::tick (float time) 42 50 { … … 48 56 void Primitive::hit (WorldEntity* weapon, Vector loc) {} 49 57 50 void Primitive::destroy () {}51 58 52 59 void Primitive::collide (WorldEntity* other, Uint32 ownhitflags, Uint32 otherhitflags) {}
Note: See TracChangeset
for help on using the changeset viewer.