Changeset 9406 in orxonox.OLD for trunk/src/world_entities/effects
- Timestamp:
- Jul 24, 2006, 11:09:47 AM (18 years ago)
- Location:
- trunk/src/world_entities/effects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/billboard.cc
r8495 r9406 24 24 25 25 26 using namespace std; 26 27 27 28 28 -
trunk/src/world_entities/effects/explosion.cc
r9235 r9406 27 27 28 28 29 using namespace std; 29 30 30 31 31 CREATE_FAST_FACTORY_STATIC(Explosion, CL_EXPLOSION); -
trunk/src/world_entities/effects/lightning_bolt.cc
r8793 r9406 24 24 25 25 26 using namespace std; 26 27 27 28 28 CREATE_FACTORY(LightningBolt, CL_LIGHTNING_BOLT);
Note: See TracChangeset
for help on using the changeset viewer.