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

Method WaveUnmanaged

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

* Creates a WaveUnmanaged from an existing Wave struct. */

Source from the content-addressed store, hash-verified

21 * Creates a WaveUnmanaged from an existing Wave struct.
22 */
23 WaveUnmanaged(const ::Wave& wave) : ::Wave(wave) {}
24
25 /**
26 * Creates a WaveUnmanaged from its components.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected