diff options
Diffstat (limited to 'arm7/lib/include/SND_lockChannel.h')
-rw-r--r-- | arm7/lib/include/SND_lockChannel.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arm7/lib/include/SND_lockChannel.h b/arm7/lib/include/SND_lockChannel.h deleted file mode 100644 index 461745b3..00000000 --- a/arm7/lib/include/SND_lockChannel.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef GUARD_SND_LOCKCHANNEL_H -#define GUARD_SND_LOCKCHANNEL_H - -#include "nitro/types.h" - -void SND_StopUnlockedChannel(u32 channelMask, u32 weak); -void SND_LockChannel(u32 channelMask, u32 weak); -void SND_UnlockChannel(u32 channelMask, u32 weak); -u32 SND_GetLockedChannel(u32 weak); - -// TODO remove these externs if lockChannel is merged with exChannel -extern u32 sLockedChannelMask; -extern u32 sWeakLockedChannelMask; - -#endif //GUARD_SND_LOCKCHANNEL_H |