13 lines
282 B
C
13 lines
282 B
C
|
#ifndef _FX_h
|
||
|
#define _FX_h
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <fmodex/fmod.h>
|
||
|
|
||
|
|
||
|
void fxChorus (FMOD_CHANNEL *chan, int dry, int wet1, int wet2, int wet3, int delay, int rate, int depth) {
|
||
|
}
|
||
|
|
||
|
void fxDelay (FMOD_CHANNEL *chan, int dry, int wet, int time, int decay) {
|
||
|
}
|