1
0
Fork 0
forked from len0rd/rockbox

Rearrange and cleanup settings code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-07-11 05:41:23 +00:00
parent 50dc0cabe3
commit a5278fa3db
12 changed files with 691 additions and 626 deletions

View file

@ -21,6 +21,8 @@
#define _GUI_OPTION_SELECT_H_
#include "settings.h"
bool option_screen(struct settings_list *setting, bool use_temp_var);
struct option_select
{
const char * title;