summaryrefslogtreecommitdiff
path: root/src/ladspa_run_synth.h
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-01-18 04:58:25 -0500
committerPepper <pepper@scannerjammer.com>2015-01-18 04:58:25 -0500
commitb0996c13f31b2e9cf62e7f565af1df1601d56889 (patch)
tree6de4f55f540a9e83803ea1e987ee4af69f5af532 /src/ladspa_run_synth.h
parent131832f418372c0654aa4169c4283f863cb96226 (diff)
first
Diffstat (limited to 'src/ladspa_run_synth.h')
-rw-r--r--src/ladspa_run_synth.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ladspa_run_synth.h b/src/ladspa_run_synth.h
new file mode 100644
index 0000000..e67a49c
--- /dev/null
+++ b/src/ladspa_run_synth.h
@@ -0,0 +1,6 @@
+#ifndef LADSPA_RUN_SYNTH
+#define LADSPA_RUN_SYNTH
+
+void ladspa_run_synth(void);
+
+#endif