diff options
author | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-01 03:09:03 +0200 |
---|---|---|
committer | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-25 18:03:49 +0200 |
commit | 72f92a37748688de99ad007f3d221853c394f203 (patch) | |
tree | 0ecabca2eb5417cc2c947a10de263ad9bff88521 /arm7/lib/include/SND_lockChannel.h | |
parent | 80b1041da789f4c83318287ca59c5f95ae84fb6a (diff) |
arm7: merge SND_lockChannel into SND_exChannel
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 |