MCPcopy Create free account
hub / github.com/beefytech/Beef / BFSoundManager_LoadSound

Function BFSoundManager_LoadSound

BeefySysLib/BFSound.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5//////////////////////////////////////////////////////////////////////////
6
7BF_EXPORT int32 BF_CALLTYPE BFSoundManager_LoadSound(BFSoundManager* manager, const char* fileName)
8{
9 return manager->LoadSound(fileName);
10}
11
12BF_EXPORT BFSoundInstance* BF_CALLTYPE BFSoundManager_GetSoundInstance(BFSoundManager* manager, int32 sfxId)
13{

Callers

nothing calls this directly

Calls 1

LoadSoundMethod · 0.80

Tested by

no test coverage detected