From c145dacb90626e8719fadb600958432cfdf80b94 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 15 Jul 2004 12:33:19 +0000 Subject: 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 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') 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 = { #ifdef HAVE_LCD_CHARCELLS lcd_icon, #endif +#ifdef HAVE_LCD_BITMAP + lcd_puts_style, +#endif }; int plugin_load(char* plugin, void* parameter) -- cgit v1.2.3