mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
13 lines
221 B
C
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
|