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

Method Load

include/Wave.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 ~Wave() { Unload(); }
59
60 void Load(const std::string& fileName) {
61 Unload();
62 WaveUnmanaged::Load(fileName);
63 }
64
65 void Load(const std::string& fileType, const unsigned char* fileData, int dataSize) {
66 Unload();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected