summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-15 12:33:19 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-15 12:33:19 +0000
commitc145dacb90626e8719fadb600958432cfdf80b94 (patch)
tree0bfd49b7655993f0b558e56251946ed1fb162e6b /apps/plugin.c
parent272d6f11cde5f963e8fc4892db60943edd259672 (diff)
downloadrockbox-c145dacb90626e8719fadb600958432cfdf80b94.tar.gz
rockbox-c145dacb90626e8719fadb600958432cfdf80b94.zip
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 6c487f97fe..567b1796d4 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -244,6 +244,9 @@ static struct plugin_api rockbox_api = {
244#ifdef HAVE_LCD_CHARCELLS 244#ifdef HAVE_LCD_CHARCELLS
245 lcd_icon, 245 lcd_icon,
246#endif 246#endif
247#ifdef HAVE_LCD_BITMAP
248 lcd_puts_style,
249#endif
247}; 250};
248 251
249int plugin_load(char* plugin, void* parameter) 252int plugin_load(char* plugin, void* parameter)