summaryrefslogtreecommitdiff
path: root/arm7/lib/include/SND_lfo.h
blob: 05d4647eb65c571b4aa989c8102a185201d108b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GUARD_SND_LFO_H
#define GUARD_SND_LFO_H

#include "nitro/types.h"

#include "nitro/SND_exChannel_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