diff options
-rw-r--r-- | src/simpl/simpl.h | 10 |
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 |