Changeset 9357 in orxonox.OLD for branches/proxy/src/world_entities/projectiles
- Timestamp:
- Jul 20, 2006, 2:33:37 PM (19 years ago)
- Location:
- branches/proxy/src/world_entities/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/projectiles/laser.cc
r9235 r9357 28 28 #include "debug.h" 29 29 30 using namespace std; 30 31 31 32 32 CREATE_FAST_FACTORY_STATIC(Laser, CL_LASER); -
branches/proxy/src/world_entities/projectiles/rail_projectile.cc
r9235 r9357 28 28 #include "debug.h" 29 29 30 using namespace std; 30 31 31 32 32 CREATE_FAST_FACTORY_STATIC(RailProjectile, CL_RAIL_PROJECTILE);
Note: See TracChangeset
for help on using the changeset viewer.