summaryrefslogtreecommitdiff
path: root/apps/player/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/player/icons.h')
-rw-r--r--apps/player/icons.h7
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 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef _ICONS_H_
20#define _ICONS_H_
21
19#include <lcd.h> 22#include <lcd.h>
20 23
21/* 24/*
@@ -25,9 +28,11 @@
25#ifdef HAVE_LCD_CHARCELLS 28#ifdef HAVE_LCD_CHARCELLS
26 29
27enum { 30enum {
28 Unknown=0x90, 31 Unknown = 0x90,
29 Plugin = 0x17, 32 Plugin = 0x17,
30 Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, 33 Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config,
31}; 34};
32 35
33#endif 36#endif
37
38#endif /* _ICONS_H_ */