Files
ac-decomp/include/jaudio_NES/effect.h
T
2024-06-14 13:24:55 -04:00

13 lines
221 B
C

#ifndef EFFECT_H
#define EFFECT_H
#include "types.h"
#include "jaudio_NES/audiowork.h"
extern void Nas_ChannelModInit(channel* ch);
extern void Nas_SweepInit(channel* ch);
extern void Nas_MainCtrl(group* grp);
#endif