summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_lfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/SND_lfo.h')
-rw-r--r--arm7/lib/include/SND_lfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm7/lib/include/SND_lfo.h b/arm7/lib/include/SND_lfo.h
index 05d4647e..43055c27 100644
--- a/arm7/lib/include/SND_lfo.h
+++ b/arm7/lib/include/SND_lfo.h
@@ -8,6 +8,6 @@
void SND_InitLfoParam(struct SNDLfoParam *lfoParam);
void SND_StartLfo(struct SNDLfo *lfo);
void SND_UpdateLfo(struct SNDLfo *lfo);
-s32 SND_LfoGetValue(struct SNDLfo *lfo);
+int SND_GetLfoValue(struct SNDLfo *lfo);
#endif //GUARD_SND_LFO_H