1
0
Fork 0
forked from len0rd/rockbox

another sim fix, I just _love_ to break these builds

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-03-21 00:15:16 +00:00
parent beec2e97e6
commit 5495d6ec2e

View file

@ -252,3 +252,10 @@ int talk_value(int n, int unit, bool enqueue)
(void)enqueue;
return 0;
}
int talk_number(int n, bool enqueue)
{
(void)n;
(void)enqueue;
return 0;
}