Update the headers

This commit is contained in:
Paul Ferrand 2019-11-23 18:03:37 +01:00
parent bac43b5aa9
commit 1042a06e24
3 changed files with 5 additions and 2 deletions

View file

@ -23,7 +23,7 @@
/**
@file
@brief sfizz public API.
@brief sfizz public C API
*/
#pragma once

View file

@ -1 +1,2 @@
#include "sfizz/AudioSpan.h"
#include "sfizz/Synth.h"

2
src/sfizz_parser.hpp Normal file
View file

@ -0,0 +1,2 @@
#include "sfizz/Parser.h"
#include "sfizz/Opcode.h"