diff options
Diffstat (limited to 'src/synth_gui.h')
-rw-r--r-- | src/synth_gui.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/synth_gui.h b/src/synth_gui.h new file mode 100644 index 0000000..73bdbdf --- /dev/null +++ b/src/synth_gui.h @@ -0,0 +1,10 @@ +#ifndef SYNTH_GUI_H +#define SYNTH_GUI_H + +#include <portaudio.h> + +#include "synth_engine.h" + +void rayrun(void *synthData, PaStream *stream); + +#endif /* SYNTH_GUI_H */ |