summaryrefslogtreecommitdiff
path: root/synth/in_synth_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/in_synth_cli.h')
-rw-r--r--synth/in_synth_cli.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/synth/in_synth_cli.h b/synth/in_synth_cli.h
index 27ae216..18f7a62 100644
--- a/synth/in_synth_cli.h
+++ b/synth/in_synth_cli.h
@@ -1,6 +1,14 @@
#ifndef __IN_SYNTH_CLI_H__
#define __IN_SYNTH_CLI_H__
+#include <string>
+
+using namespace std;
+
void do_in_synth_cli();
+
+//only use this, if you don't want the file-watches to be updated
+//i.e., only when reloading a program!
+void lock_and_load_program_no_watch_updates(int prg_no, string file);
#endif