From 1042a06e242c205c27e56a911dca5bc884412657 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 23 Nov 2019 18:03:37 +0100 Subject: [PATCH] Update the headers --- src/sfizz.h | 2 +- src/sfizz.hpp | 3 ++- src/sfizz_parser.hpp | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 src/sfizz_parser.hpp diff --git a/src/sfizz.h b/src/sfizz.h index 86f578c4..34f75085 100644 --- a/src/sfizz.h +++ b/src/sfizz.h @@ -23,7 +23,7 @@ /** @file - @brief sfizz public API. + @brief sfizz public C API */ #pragma once diff --git a/src/sfizz.hpp b/src/sfizz.hpp index 8d1c8b69..4dd6ab25 100644 --- a/src/sfizz.hpp +++ b/src/sfizz.hpp @@ -1 +1,2 @@ - +#include "sfizz/AudioSpan.h" +#include "sfizz/Synth.h" \ No newline at end of file diff --git a/src/sfizz_parser.hpp b/src/sfizz_parser.hpp new file mode 100644 index 00000000..49ef76bc --- /dev/null +++ b/src/sfizz_parser.hpp @@ -0,0 +1,2 @@ +#include "sfizz/Parser.h" +#include "sfizz/Opcode.h" \ No newline at end of file