summaryrefslogtreecommitdiff
path: root/synth/load.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2010-12-29 16:55:25 +0100
committerFlorian Jung <flo@thinkpad.(none)>2010-12-29 16:55:25 +0100
commit7113f02ae87482211aec5046f9ac46c3cc9ad017 (patch)
treeb6484b45317e7e80567d9902cf94843d227ce30e /synth/load.h
Initial commit
Diffstat (limited to 'synth/load.h')
-rw-r--r--synth/load.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/synth/load.h b/synth/load.h
new file mode 100644
index 0000000..9724e92
--- /dev/null
+++ b/synth/load.h
@@ -0,0 +1,11 @@
+#ifndef __LOAD_H__
+#define __LOAD_H__
+
+#include <string>
+
+using namespace std;
+
+void add_dir(string directory, bool complain=true);
+void read_config(const char *cfg, bool complain=true);
+
+#endif