From 47f4a458d636a889e955e68f896708f1276febc0 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 28 Mar 2006 15:44:01 +0000 Subject: Patch #2969 - Doom! Currently only working on the H300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index d69fbfc..b18ccb0 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -67,6 +67,8 @@ #include "bmp.h" #endif +#include "backdrop.h" + #ifdef HAVE_REMOTE_LCD #include "lcd-remote.h" #endif @@ -409,6 +411,10 @@ static const struct plugin_api rockbox_api = { i2c_end, i2c_write, #endif + + vsnprintf, + memchr, + load_main_backdrop }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1