1
0
Fork 0
forked from len0rd/rockbox

Moved settings.c/h to apps/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-27 00:20:00 +00:00
parent 2d98ae3d03
commit f80d8a704d
7 changed files with 206 additions and 10 deletions

View file

@ -19,7 +19,7 @@
#ifndef _MPEG_H_
#define _MPEG_H_
void mpeg_init(void);
void mpeg_init(int volume, int bass, int treble);
void mpeg_play(char* trackname);
void mpeg_stop(void);
void mpeg_pause(void);