diff options
author | Florian Jung <flo@thinkpad.(none)> | 2010-12-29 16:55:25 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2010-12-29 16:55:25 +0100 |
commit | 7113f02ae87482211aec5046f9ac46c3cc9ad017 (patch) | |
tree | b6484b45317e7e80567d9902cf94843d227ce30e /synth/readwave.h |
Initial commit
Diffstat (limited to 'synth/readwave.h')
-rw-r--r-- | synth/readwave.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/synth/readwave.h b/synth/readwave.h new file mode 100644 index 0000000..48738bf --- /dev/null +++ b/synth/readwave.h @@ -0,0 +1,9 @@ +#ifndef __READWAVE_H__ +#define __READWAVE_H__ + + +#include "programs.h" + +void read_wave(const char *fn, custom_wave_t *result); + +#endif |