1
0
Fork 0
forked from len0rd/rockbox

Add %cs tag.

It can be used conditionally and indicates the current screen (wps, rec, radio screens or lists).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-10-16 19:14:33 +00:00
parent 71411ee83a
commit 9072a4558c
5 changed files with 58 additions and 1 deletions

View file

@ -58,4 +58,6 @@ extern const struct menu_item_ex root_menu_;
extern void previous_music_is_wps(void);
extern int current_screen(void);
#endif /* __ROOT_MENU_H__ */