Fix a warning with sfizz_import.h in C
This commit is contained in:
parent
fdf25d6407
commit
6c88b3f663
2 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
// license. You should have receive a LICENSE.md file along with the code.
|
||||
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
||||
|
||||
#include "sfizz.h"
|
||||
#include "sfizz_import.h"
|
||||
#include "ForeignInstrument.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct sfizz_synth_t sfizz_synth_t;
|
||||
#include <sfizz.h>
|
||||
|
||||
/**
|
||||
* @brief Loads or imports an instrument file.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue