From ac463901c19c43601212cb5ed0f81082ab7c490d Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 7 Jul 2012 18:28:47 +0200 Subject: [simpl] Add simpl.h --- src/simpl/simpl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/simpl/simpl.h (limited to 'src') 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 -- cgit v1.2.3