diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-10-16 20:30:09 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-10-16 20:30:09 +0000 |
commit | 8d032ae136035563f262dabf9b839b90db25de29 (patch) | |
tree | a044aeabdd553bc7fb58e0a2a1434767204c6d32 /apps/filetypes.h | |
parent | 27ece8c366b89fab05a47c342edc3edc18a6c5e3 (diff) | |
download | rockbox-8d032ae136035563f262dabf9b839b90db25de29.tar.gz rockbox-8d032ae136035563f262dabf9b839b90db25de29.tar.bz2 rockbox-8d032ae136035563f262dabf9b839b90db25de29.zip |
initial custom statusbar commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23212 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r-- | apps/filetypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h index f872cf86f0..472f792298 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -41,6 +41,8 @@ #define FILE_ATTR_KBD 0x0C00 /* keyboard file */ #define FILE_ATTR_FMR 0x0D00 /* preset file */ #define FILE_ATTR_CUE 0x0E00 /* cuesheet file */ +#define FILE_ATTR_SB 0x0F00 /* cuesheet file */ +#define FILE_ATTR_RSB 0x1000 /* cuesheet file */ #define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ struct filetype { |