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

Method Copy

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

* Copy a wave to a new wave. */

Source from the content-addressed store, hash-verified

108 * Copy a wave to a new wave.
109 */
110 RLCPP_NODISCARD ::Wave Copy() const { return ::WaveCopy(*this); }
111
112 /**
113 * Crop a wave to defined samples range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected