forked from len0rd/rockbox
Plugin/file type association system. Patch #879411 by Henrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
087a085790
commit
fb00c2190b
13 changed files with 895 additions and 121 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue