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

Method SoundUnmanaged

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

* Default constructor, creates an empty Sound. */

Source from the content-addressed store, hash-verified

21 * Default constructor, creates an empty Sound.
22 */
23 SoundUnmanaged() : ::Sound{{nullptr, nullptr, 0, 0, 0}, 0} {}
24
25 /**
26 * Creates a SoundUnmanaged from its components.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected