Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Stop
Method
Stop
Source/Sound.hpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
virtual void Music_SetVolume(int16 pChannel, int16 pVolume) {};
58
virtual int16 Music_GetVolume(int16 pChannel) { return 0; }
59
virtual void Stop() {
60
Music_Stop();
61
Sound_Stop();
62
}
63
};
Callers
1
Phase_Prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected