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