mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-23 20:32:24 +00:00
5a16a272c5
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. :^)
9 lines
231 B
C
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;
|