Changeset 7207 in orxonox.OLD for branches/std/src/world_entities/projectiles/projectile.h
- Timestamp:
- Mar 9, 2006, 11:35:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/world_entities/projectiles/projectile.h
r7193 r7207 26 26 void setLifeSpan(float lifeSpan); 27 27 28 void loadExplosionSound(const char*explosionSound);29 void loadEngineSound(const char*engineSound);28 void loadExplosionSound(const std::string& explosionSound); 29 void loadEngineSound(const std::string& engineSound); 30 30 void setMinEnergy(float energyMin); 31 31 /** @returns the minimal charched energy */
Note: See TracChangeset
for help on using the changeset viewer.