-fixed includes
This commit is contained in:
@@ -67,15 +67,5 @@ void SynthDebug(const char *fmtstr, ...);
|
||||
#define jsy_min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
|
||||
#include "voice.h"
|
||||
#include "vco.h"
|
||||
#include "noise.h"
|
||||
#include "smooth.h"
|
||||
#include "vcf.h"
|
||||
#include "lfo.h"
|
||||
#include "env.h"
|
||||
#include "param_scale.h"
|
||||
|
||||
#endif // _SYNTH_DEFS_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user