From 5adc7017a33cf6d55cf76d95a72fc6f5d879bcc3 Mon Sep 17 00:00:00 2001 From: Michael Panzlaff Date: Sun, 1 Aug 2021 12:00:10 +0200 Subject: arm7: merge SND_lfo into SND_exChannel --- arm7/lib/include/SND_lfo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arm7/lib/include/SND_lfo.h') diff --git a/arm7/lib/include/SND_lfo.h b/arm7/lib/include/SND_lfo.h index 43055c27..f3737f08 100644 --- a/arm7/lib/include/SND_lfo.h +++ b/arm7/lib/include/SND_lfo.h @@ -5,9 +5,4 @@ #include "nitro/SND_exChannel_shared.h" -void SND_InitLfoParam(struct SNDLfoParam *lfoParam); -void SND_StartLfo(struct SNDLfo *lfo); -void SND_UpdateLfo(struct SNDLfo *lfo); -int SND_GetLfoValue(struct SNDLfo *lfo); - #endif //GUARD_SND_LFO_H -- cgit v1.2.3