forked from len0rd/rockbox
snake2: Some code cleanup, loads all levels at startup, fixed the bug that prevented game B from advancing to the next level
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4885 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
272d6f11cd
commit
c145dacb90
3 changed files with 93 additions and 88 deletions
|
@ -244,6 +244,9 @@ static struct plugin_api rockbox_api = {
|
|||
#ifdef HAVE_LCD_CHARCELLS
|
||||
lcd_icon,
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_puts_style,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue