Changeset 8007 for code/branches/sound6/src/orxonox/weaponsystem
- Timestamp:
- Mar 1, 2011, 5:22:14 AM (14 years ago)
- Location:
- code/branches/sound6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound6
- Property svn:mergeinfo changed
/code/branches/sound4 (added) merged: 6435,6476,6504 /code/branches/sound5 (added) merged: 6505-6511,6562,6674,6726,6729-6730,6733,6767,6769,6931,6962,7720
- Property svn:mergeinfo changed
-
code/branches/sound6/src/orxonox/weaponsystem/WeaponMode.cc
r7847 r8007 24 24 * Fabian 'x3n' Landau 25 25 * Co-authors: 26 * ...26 * Kevin Young 27 27 * 28 28 */ -
code/branches/sound6/src/orxonox/weaponsystem/WeaponMode.h
r7163 r8007 24 24 * Fabian 'x3n' Landau 25 25 * Co-authors: 26 * ...26 * Kevin Young 27 27 * 28 28 */ … … 41 41 namespace orxonox 42 42 { 43 /** 44 * The WeaponMode class enables the developer, amongst other things, to attach a sound file 45 * to the firing event of a weapon. The default firing sound is chosen by each weapon (ex. 46 * HsW01), hard-coded for now. 47 */ 43 48 class _OrxonoxExport WeaponMode : public BaseObject 44 49 {
Note: See TracChangeset
for help on using the changeset viewer.