summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_exChannel.h
diff options
context:
space:
mode:
authorMichael Panzlaff <michael.panzlaff@fau.de>2021-08-01 12:41:55 +0200
committerMichael Panzlaff <michael.panzlaff@fau.de>2021-08-25 18:03:51 +0200
commit17bd4c9973fff575355a8c35532f37d7c05dbf60 (patch)
treedf274d47b61931748fb7e1490e56cc755499e910 /arm7/lib/include/SND_exChannel.h
parent07509f83f91c412f9150c52b4467429ac46eefe2 (diff)
arm7: make more SND_exChannel functions static
Diffstat (limited to 'arm7/lib/include/SND_exChannel.h')
-rw-r--r--arm7/lib/include/SND_exChannel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arm7/lib/include/SND_exChannel.h b/arm7/lib/include/SND_exChannel.h
index 99f8de21..2d9a5a8c 100644
--- a/arm7/lib/include/SND_exChannel.h
+++ b/arm7/lib/include/SND_exChannel.h
@@ -23,13 +23,6 @@ struct SNDExChannel *SND_AllocExChannel(u32 channelMask, int priority, u32 flags
void SND_FreeExChannel(struct SNDExChannel *chn);
void SND_InvalidateWave(const void *start, const void *end);
-// TODO internal functions, move these so exChannel
-int ExChannelSweepUpdate(struct SNDExChannel *chn, BOOL step);
-int ExChannelLfoUpdate(struct SNDExChannel *chn, BOOL step);
-void ExChannelStart(struct SNDExChannel *chn, int length);
-int ExChannelVolumeCmp(struct SNDExChannel *chn_a, struct SNDExChannel *chn_b);
-void ExChannelSetup(struct SNDExChannel *, SNDExChannelCallback callback, void *callbackUserData, int priority);
-
void SND_StopUnlockedChannel(u32 channelMask, u32 weak);
void SND_LockChannel(u32 channelMask, u32 weak);
void SND_UnlockChannel(u32 channelMask, u32 weak);