Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Load
Method
Load
include/Sound.hpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
~Sound() { Unload(); }
44
45
void Load(const std::string& fileName) {
46
Unload();
47
SoundUnmanaged::Load(fileName);
48
}
49
50
void Load(const ::Wave& wave) {
51
Unload();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected