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

Method set

include/MusicUnmanaged.hpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196protected:
197 void set(const ::Music& music) {
198 stream = music.stream;
199 frameCount = music.frameCount;
200 looping = music.looping;
201 ctxType = music.ctxType;
202 ctxData = music.ctxData;
203 }
204};
205} // namespace raylib
206

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected