1
0
Fork 0
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:
Felix Arends 2002-07-02 15:55:50 +00:00
parent 2dc3d8f5e3
commit 9309c4d508

View file

@ -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);