MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Sound_Stop

Method Sound_Stop

Source/Sound.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 virtual void Sound_Play( int16 pTileset, int16 pSoundEffect, int16 pVolume, int16 pIndex ) = 0;
53 virtual void Sound_Stop() { }
54
55 virtual void Music_Play( int16 pTrack, int16 pSong = -1) = 0;
56 virtual void Music_Stop() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected