forked from len0rd/rockbox
stdbool.h not included (bool undefined)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2dc3d8f5e3
commit
9309c4d508
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
#ifndef _MPEG_H_
|
||||
#define _MPEG_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void mpeg_init(int volume, int bass, int treble);
|
||||
void mpeg_play(char* trackname);
|
||||
void mpeg_stop(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue