Changeset 5826 in orxonox.OLD for trunk/src/world_entities/weapons/bomb.h
- Timestamp:
- Nov 29, 2005, 11:52:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/bomb.h
r5750 r5826 31 31 virtual void collidesWith (WorldEntity* entity, const Vector& location); 32 32 virtual void activate(); 33 virtual void detonate();34 33 virtual void deactivate(); 34 35 void detonate(float size); 35 36 36 37 private:
Note: See TracChangeset
for help on using the changeset viewer.