Changeset 9925 in orxonox.OLD for branches/network/src/world_entities/effects
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- Location:
- branches/network/src/world_entities/effects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/effects/billboard.cc
r9869 r9925 26 26 27 27 28 #include "class_id_DEPRECATED.h" 29 ObjectListDefinition ID(Billboard, CL_BILLBOARD);28 29 ObjectListDefinition(Billboard); 30 30 CREATE_FACTORY(Billboard); 31 31 -
branches/network/src/world_entities/effects/explosion.cc
r9869 r9925 27 27 28 28 29 #include "class_id_DEPRECATED.h" 30 ObjectListDefinition ID(Explosion, CL_EXPLOSION);29 30 ObjectListDefinition(Explosion); 31 31 CREATE_FAST_FACTORY_STATIC(Explosion); 32 32 -
branches/network/src/world_entities/effects/lightning_bolt.cc
r9869 r9925 25 25 26 26 27 #include "class_id_DEPRECATED.h" 28 ObjectListDefinition ID(LightningBolt, CL_LIGHTNING_BOLT);27 28 ObjectListDefinition(LightningBolt); 29 29 CREATE_FACTORY(LightningBolt); 30 30
Note: See TracChangeset
for help on using the changeset viewer.