diff options
Diffstat (limited to 'apps/plugins/imageviewer/bmp/bmp_ui.c')
| -rw-r--r-- | apps/plugins/imageviewer/bmp/bmp_ui.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/imageviewer/bmp/bmp_ui.c b/apps/plugins/imageviewer/bmp/bmp_ui.c new file mode 100644 index 0000000..8ff3e0c --- /dev/null +++ b/apps/plugins/imageviewer/bmp/bmp_ui.c @@ -0,0 +1,5 @@ +#define BMP_VIEWER +#define MENU_TITLE "BMP Menu" +#define UNSCALED_IS_AVAILABLE 1 + +#include "../imageviewer.c" |