Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ load
Method
load
extlibs/soloud/src/audiosource/openmpt/soloud_openmpt.cpp:93–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
result Openmpt::load(const char *aFilename)
94
{
95
DiskFile df;
96
int res = df.open(aFilename);
97
if (res != SO_NO_ERROR)
98
return res;
99
return loadFile(&df);
100
}
101
102
result Openmpt::loadFile(File *aFile)
103
{
Callers
nothing calls this directly
Calls
1
open
Method · 0.45
Tested by
no test coverage detected