diff options
Diffstat (limited to 'apps/player/icons.h')
-rw-r--r-- | apps/player/icons.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/player/icons.h b/apps/player/icons.h index c96f821cfa..041f09eca6 100644 --- a/apps/player/icons.h +++ b/apps/player/icons.h @@ -16,6 +16,9 @@ * KIND, either express or implied. * ****************************************************************************/ +#ifndef _ICONS_H_ +#define _ICONS_H_ + #include <lcd.h> /* @@ -25,9 +28,11 @@ #ifdef HAVE_LCD_CHARCELLS enum { - Unknown=0x90, + Unknown = 0x90, Plugin = 0x17, Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, }; #endif + +#endif /* _ICONS_H_ */ |