Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/effects/explosion.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/effects/explosion.h
r9707 r9715 15 15 class Explosion : public WorldEntity 16 16 { 17 NewObjectListDeclaration(Explosion);17 ObjectListDeclaration(Explosion); 18 18 public: 19 19 static void explode (PNode* position, const Vector& size);
Note: See TracChangeset
for help on using the changeset viewer.