Changeset 9709 in orxonox.OLD for branches/new_class_id/src/world_entities/effects/explosion.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/effects/explosion.cc
r9707 r9709 18 18 #include "explosion.h" 19 19 20 #include " fast_factory.h"20 #include "loading/fast_factory.h" 21 21 22 22 #include "state.h" … … 28 28 29 29 #include "class_id.h" 30 NewObjectListDefinitionID(Explosion, CL_EXPLOSION); 30 31 CREATE_FAST_FACTORY_STATIC(Explosion); 31 NewObjectListDefinitionID(Explosion, CL_EXPLOSION);32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.