forked from len0rd/rockbox
Added cube to the demo menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2631 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
57688469f4
commit
b4ec73daaa
1 changed files with 20 additions and 17 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
extern bool bounce(void);
|
||||
extern bool snow(void);
|
||||
extern bool cube(void);
|
||||
extern bool oscillograph(void);
|
||||
|
||||
bool demo_menu(void)
|
||||
|
@ -48,6 +49,7 @@ bool demo_menu(void)
|
|||
#ifndef SIMULATOR
|
||||
{ "Oscillograph", oscillograph },
|
||||
#endif
|
||||
{ str(LANG_CUBE), cube },
|
||||
};
|
||||
|
||||
m=menu_init( items, sizeof items / sizeof(struct menu_items) );
|
||||
|
@ -59,3 +61,4 @@ bool demo_menu(void)
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue