| 50 | ~Music() { Unload(); } |
| 51 | |
| 52 | void Load(const std::string& fileName) { |
| 53 | Unload(); |
| 54 | MusicUnmanaged::Load(fileName); |
| 55 | } |
| 56 | |
| 57 | void Load(const std::string& fileType, unsigned char* data, int dataSize) { |
| 58 | Unload(); |
nothing calls this directly
no outgoing calls
no test coverage detected