diff options
Diffstat (limited to 'fmdsp/fmdsp.h')
-rw-r--r-- | fmdsp/fmdsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fmdsp/fmdsp.h b/fmdsp/fmdsp.h index 4c2c528..9c196f1 100644 --- a/fmdsp/fmdsp.h +++ b/fmdsp/fmdsp.h @@ -4,6 +4,7 @@ #include <stdint.h> #include <stdbool.h> #include "font.h" +#include "fmdriver/fmdriver.h" #ifdef __cplusplus extern "C" { @@ -33,6 +34,7 @@ struct fmdsp { const struct fmdsp_font *font98; enum FMDSP_DISPSTYLE style; bool style_updated; + bool masked[FMDRIVER_TRACK_NUM]; }; struct fmdriver_work; |