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

Method Sound

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

Source from the content-addressed store, hash-verified

21 using SoundUnmanaged::SoundUnmanaged;
22
23 Sound(const Sound&) = delete;
24 Sound& operator=(const Sound&) = delete;
25
26 Sound(Sound&& other) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected