summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h
index eb0aa8b98a..aa8f2127f3 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -30,6 +30,7 @@
30#define TREE_ATTR_TXT 0x500 /* text file */ 30#define TREE_ATTR_TXT 0x500 /* text file */
31#define TREE_ATTR_FONT 0x800 /* font file */ 31#define TREE_ATTR_FONT 0x800 /* font file */
32#define TREE_ATTR_LNG 0x1000 /* binary lang file */ 32#define TREE_ATTR_LNG 0x1000 /* binary lang file */
33#define TREE_ATTR_ROCK 0x2000 /* binary rockbox plugin */
33#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */ 34#define TREE_ATTR_MASK 0xffd0 /* which bits tree.c uses (above + DIR) */
34 35
35void tree_init(void); 36void tree_init(void);