| 58 | ~Wave() { Unload(); } |
| 59 | |
| 60 | void Load(const std::string& fileName) { |
| 61 | Unload(); |
| 62 | WaveUnmanaged::Load(fileName); |
| 63 | } |
| 64 | |
| 65 | void Load(const std::string& fileType, const unsigned char* fileData, int dataSize) { |
| 66 | Unload(); |
nothing calls this directly
no outgoing calls
no test coverage detected