summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-07-07 18:28:47 +0200
committerJohn Glover <j@johnglover.net>2012-07-07 18:28:47 +0200
commitac463901c19c43601212cb5ed0f81082ab7c490d (patch)
tree6c5bab0903b0c33af080cf3507d12dcad1958239
parent9e57dd2eb604e1c613a531af804e3ea4f26cd962 (diff)
downloadsimpl-ac463901c19c43601212cb5ed0f81082ab7c490d.tar.gz
simpl-ac463901c19c43601212cb5ed0f81082ab7c490d.tar.bz2
simpl-ac463901c19c43601212cb5ed0f81082ab7c490d.zip
[simpl] Add simpl.h
-rw-r--r--src/simpl/simpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/simpl/simpl.h b/src/simpl/simpl.h
new file mode 100644
index 0000000..9a278eb
--- /dev/null
+++ b/src/simpl/simpl.h
@@ -0,0 +1,10 @@
+#ifndef SIMPL_H
+#define SIMPL_H
+
+#include "base.h"
+#include "peak_detection.h"
+#include "partial_tracking.h"
+#include "synthesis.h"
+#include "residual.h"
+
+#endif