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.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arm7/lib/include/SND_lfo.h b/arm7/lib/include/SND_lfo.h
new file mode 100644
index 00000000..065e0ed6
--- /dev/null
+++ b/arm7/lib/include/SND_lfo.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_SND_LFO_H
+#define GUARD_SND_LFO_H
+
+#include "nitro/types.h"
+
+#include "nitro/SND_main_shared.h"
+
+void SND_InitLfoParam(struct SNDLfoParam *lfoParam);
+void SND_StartLfo(struct SNDLfo *lfo);
+void SND_UpdateLfo(struct SNDLfo *lfo);
+s32 SND_LfoGetValue(struct SNDLfo *lfo);
+
+#endif //GUARD_SND_LFO_H