diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-08-28 17:02:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 17:02:46 -0400 |
commit | 118a959ee77459bb3a663b182183b66499acb95e (patch) | |
tree | 3dc6e2460fe72b1fae23c6b53ac0ef52ba5986f6 /arm7/lib/include/SND_lfo.h | |
parent | c7e516625377682250abbc56abb5f10cd8e9b75d (diff) | |
parent | 7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff) |
Merge branch 'master' into msgenc_refactor
Diffstat (limited to 'arm7/lib/include/SND_lfo.h')
-rw-r--r-- | arm7/lib/include/SND_lfo.h | 8 |
1 files changed, 8 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..71e0febf --- /dev/null +++ b/arm7/lib/include/SND_lfo.h @@ -0,0 +1,8 @@ +#ifndef GUARD_SND_LFO_H +#define GUARD_SND_LFO_H + +#include "nitro/types.h" + +#include "nitro/SND_exChannel_shared.h" + +#endif // GUARD_SND_LFO_H |