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:
parent
2d98ae3d03
commit
f80d8a704d
7 changed files with 206 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue