Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XorTroll/uLaunch
/ SoundFile
Method
SoundFile
projects/uDesigner/source/main.cpp:1025–1025 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1023
size_t data_size;
1024
1025
SoundFile(const std::string &path) : path(path), data(nullptr), data_size(0) {}
1026
};
1027
1028
SoundFile bgm_main(
"sound/Main/Bgm.mp3"
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected