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

Method set

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

Source from the content-addressed store, hash-verified

179
180protected:
181 void set(const ::Sound& sound) {
182 stream = sound.stream;
183 frameCount = sound.frameCount;
184 }
185};
186} // namespace raylib
187

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected