From bd8f448fd0cb10336c7dbc9a01e0ada0380c1c61 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Mon, 15 Dec 2003 07:44:43 +0000 Subject: the video player plugin and file the type / plugin API for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4145 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.h') diff --git a/apps/tree.h b/apps/tree.h index fdc9641917..87cd469148 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -38,6 +38,7 @@ struct entry { #define TREE_ATTR_ROCK 0x0900 /* binary rockbox plugin */ #define TREE_ATTR_UCL 0x0A00 /* rockbox flash image */ #define TREE_ATTR_CH8 0x0B00 /* chip-8 game */ +#define TREE_ATTR_RVF 0x0C00 /* rockbox video file */ #define TREE_ATTR_MASK 0xFFC0 /* which bits tree.c uses (above) */ void tree_init(void); -- cgit v1.2.3