Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ oss_init
Function
oss_init
extlibs/soloud/src/backend/oss/soloud_oss.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
namespace SoLoud
31
{
32
result oss_init(Soloud *aSoloud, unsigned int aFlags, unsigned int aSamplerate, unsigned int aBuffer)
33
{
34
return NOT_IMPLEMENTED;
35
}
36
};
37
38
#else
Callers
1
init
Method · 0.85
Calls
2
createThread
Function · 0.85
postinit
Method · 0.80
Tested by
no test coverage detected