usbloadergx/source/mp3s.h
dimok321 71c288f0a2 *Added new custom backgroundmusic Menu (the music has to be in OGG Format. if you remove the path to the music the standard of the GUi is loaded right now)
*Added languagefiles again
*Added some new Languagevariables which will be added to wiki tommorow
2009-05-20 00:03:43 +00:00

23 lines
302 B
C

#ifndef _MP3S_H_
#define _MP3S_H_
#ifdef __cplusplus
extern "C"
{
#endif
char mp3files[300][70];
void StopMp3();
void SetMp3Volume(u32 vol);
int PlayMp3(char * path);
int OpenMp3(char * path);
void CloseMp3();
int GetFiles(char * mp3path);
#ifdef __cplusplus
}
#endif
#endif