MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Unload

Method Unload

include/WaveUnmanaged.hpp:99–105  ·  view source on GitHub ↗

* Unload wave data. */

Source from the content-addressed store, hash-verified

97 * Unload wave data.
98 */
99 void Unload() {
100 // Protect against calling UnloadWave() twice.
101 if (data != nullptr) {
102 ::UnloadWave(*this);
103 data = nullptr;
104 }
105 }
106
107 /**
108 * Copy a wave to a new wave.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected