* Load sound from wave data. */
| 149 | * Load sound from wave data. |
| 150 | */ |
| 151 | ::Sound LoadSound() { return ::LoadSoundFromWave(*this); } |
| 152 | |
| 153 | /** |
| 154 | * Load sound from wave data. |
nothing calls this directly
no outgoing calls
no test coverage detected