Changeset 9357 in orxonox.OLD for branches/proxy/src/world_entities/effects
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (18 years ago)
- Location:
- branches/proxy/src/world_entities/effects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/effects/billboard.cc
r8495 r9357 24 24 25 25 26 using namespace std; 26 27 27 28 28 -
branches/proxy/src/world_entities/effects/explosion.cc
r9235 r9357 27 27 28 28 29 using namespace std; 29 30 30 31 31 CREATE_FAST_FACTORY_STATIC(Explosion, CL_EXPLOSION); -
branches/proxy/src/world_entities/effects/lightning_bolt.cc
r8793 r9357 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.