* Creates a blank set of extra sound data. */
| 26 | * Creates a blank set of extra sound data. |
| 27 | */ |
| 28 | ExtraSounds::ExtraSounds() : _modIndex(0) |
| 29 | { |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Cleans up the extra sound set. |
nothing calls this directly
no outgoing calls
no test coverage detected