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 0000000000..8ff3e0c880 --- /dev/null +++ b/apps/plugins/imageviewer/bmp/bmp_ui.c | |||
@@ -0,0 +1,5 @@ | |||
1 | #define BMP_VIEWER | ||
2 | #define MENU_TITLE "BMP Menu" | ||
3 | #define UNSCALED_IS_AVAILABLE 1 | ||
4 | |||
5 | #include "../imageviewer.c" | ||