From 4f36ea8fbf877e8af938c0bb16591f3c6cffd4f8 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sun, 14 Mar 2004 21:33:53 +0000 Subject: First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index d6be594d07..2c2f9ac854 100644 --- a/apps/main.c +++ b/apps/main.c @@ -54,6 +54,7 @@ #include "rolo.h" #include "screens.h" #include "power.h" +#include "talk.h" char appsversion[]=APPSVERSION; @@ -208,6 +209,7 @@ void init(void) global_settings.avc, global_settings.channel_config ); mpeg_init(); + talk_init(); /* no auto-rolo on startup any more, but I leave it here for reference */ #if 0 -- cgit v1.2.3