8 lines
100 B
C
8 lines
100 B
C
#ifndef CONTROL_H
|
|
#define CONTROL_H
|
|
|
|
#include "dsp.h"
|
|
|
|
int control_run(synthesizer *synth);
|
|
|
|
#endif
|