mirror of
https://github.com/zeldaret/ss
synced 2026-06-21 00:11:13 -04:00
snd_ExternalSoundPlayer OK
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
* classes and functions
|
||||
*/
|
||||
|
||||
namespace nw4r { namespace snd { class SoundActor; }}
|
||||
|
||||
namespace nw4r { namespace snd { namespace detail
|
||||
{
|
||||
// [R89JEL]:/bin/RVL/Debug/mainD.elf:.debug::0x27049
|
||||
@@ -24,6 +26,9 @@ namespace nw4r { namespace snd { namespace detail
|
||||
int GetPlayingSoundCount() const { return mSoundList.GetSize(); }
|
||||
int GetPlayableSoundCount() const { return mPlayableCount; }
|
||||
void SetPlayableSoundCount(int count);
|
||||
void StopAllSound(int fadeFrames);
|
||||
void PauseAllSound(bool flag, int fadeFrames);
|
||||
void DetachSoundActorAll(SoundActor *sound);
|
||||
|
||||
bool AppendSound(BasicSound *sound);
|
||||
void RemoveSound(BasicSound *sound);
|
||||
|
||||
Reference in New Issue
Block a user