Changeset 7207 in orxonox.OLD for branches/std/src/world_entities/weapons/weapon.h
- Timestamp:
- Mar 9, 2006, 11:35:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/world_entities/weapons/weapon.h
r7102 r7207 148 148 inline void setAmmoContainer(const CountPointer<AmmoContainer>& ammoContainer) { this->ammoContainer = ammoContainer;} 149 149 150 void setActionSound(WeaponAction action, const char*soundFile);150 void setActionSound(WeaponAction action, const std::string& soundFile); 151 151 /** @see void setActionSound(WeaponAction action, const char* soundFile); */ 152 152 void setActionSound(const char* action, const char* soundFile) { this->setActionSound(charToAction(action), soundFile); };
Note: See TracChangeset
for help on using the changeset viewer.