diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 849dda9..e9c790c 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -51,6 +51,7 @@ struct plugin_api { void (*lcd_putsxy)(int x, int y, const char*); int (*button_get)(void); + int (*modifier_get)(void); }; /* defined by the plugin */ |