diff options
Diffstat (limited to 'mmband/instrument.c')
-rw-r--r-- | mmband/instrument.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mmband/instrument.c b/mmband/instrument.c new file mode 100644 index 0000000..96a8952 --- /dev/null +++ b/mmband/instrument.c @@ -0,0 +1,4 @@ +#include <mmband/api/instrument.h> +#include <mmband/api/adsr.h> + +struct instrument { }; |