1
0
Fork 0
forked from len0rd/rockbox

Move the 'manage settings' option onto the main menu

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christi Scarborough 2005-07-04 09:24:31 +00:00
parent febd9750f1
commit d0ec0cec10
3 changed files with 6 additions and 3 deletions

View file

@ -22,5 +22,6 @@
#include "menu.h"
bool settings_menu(void);
bool manage_settings_menu(void);
#endif