dquakeplus/source/psp/mp3.h
Steam Deck User 5a16a272c5 Update to the new, POSIX-Complient PSPSDK
Introduces a lot of changes to induce POSIX compliancy, and fix weird
compilation quirks that the old GCC ignored. Also removes some old
Makefiles that were just lying around. :^)
2023-03-27 13:04:29 -04:00

9 lines
231 B
C

// additional stuff for PSP mp3 decoder implementation
extern "C" int mp3_init(void);
extern "C" void mp3_deinit(void);
extern "C" int mp3_start_play(char *fname, int pos);
extern "C" int mp3_job_started;
extern int mp3_volume;