From 9c6410cc3a43d9d1e01f853cb5a8d0f8a6d93b45 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 18 Apr 2023 16:31:25 +0300 Subject: autotools initial... --- src/synth_gui.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/synth_gui.h (limited to 'src/synth_gui.h') 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 + +#include "synth_engine.h" + +void rayrun(void *synthData, PaStream *stream); + +#endif /* SYNTH_GUI_H */ -- cgit v1.2.3