diff options
Diffstat (limited to 'libopna/opnassg.h')
-rw-r--r-- | libopna/opnassg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopna/opnassg.h b/libopna/opnassg.h index 8af8429..3077d08 100644 --- a/libopna/opnassg.h +++ b/libopna/opnassg.h @@ -3,6 +3,7 @@ #include <stdint.h> #include <stdbool.h> +#include "leveldata/leveldata.h" #ifdef __cplusplus extern "C" { @@ -35,6 +36,7 @@ struct opna_ssg { struct opna_ssg_resampler { int16_t buf[OPNA_SSG_SINCTABLELEN*4 * 2]; unsigned index; + struct leveldata leveldata[3]; }; void opna_ssg_reset(struct opna_ssg *ssg); |