summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_lockChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/SND_lockChannel.h')
-rw-r--r--arm7/lib/include/SND_lockChannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arm7/lib/include/SND_lockChannel.h b/arm7/lib/include/SND_lockChannel.h
index ed7fd872..9673fb51 100644
--- a/arm7/lib/include/SND_lockChannel.h
+++ b/arm7/lib/include/SND_lockChannel.h
@@ -8,4 +8,8 @@ void SND_LockChannel(u32 channelMask, u32 locked);
void SND_UnlockChannel(u32 channelMask, u32 locked);
u32 SND_GetLockedChannel(u32 locked);
+// TODO remove these externs if lockChannel is merged with exChannel
+extern u32 sLockedChannelMask;
+extern u32 sWeakLockedChannelMask;
+
#endif //GUARD_SND_LOCKCHANNEL_H