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

Method Load

include/Music.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 ~Music() { Unload(); }
51
52 void Load(const std::string& fileName) {
53 Unload();
54 MusicUnmanaged::Load(fileName);
55 }
56
57 void Load(const std::string& fileType, unsigned char* data, int dataSize) {
58 Unload();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected