* Default constructor, creates an empty Sound. */
| 21 | * Default constructor, creates an empty Sound. |
| 22 | */ |
| 23 | SoundUnmanaged() : ::Sound{{nullptr, nullptr, 0, 0, 0}, 0} {} |
| 24 | |
| 25 | /** |
| 26 | * Creates a SoundUnmanaged from its components. |
nothing calls this directly
no outgoing calls
no test coverage detected