mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
a0108e0352
packages (pysol-audio-server).
15 lines
387 B
C
15 lines
387 B
C
|
|
$FreeBSD$
|
|
|
|
--- SDL_mixer.h 2001/05/08 07:44:56 1.1
|
|
+++ SDL_mixer.h 2001/05/08 07:48:13
|
|
@@ -222,6 +222,8 @@
|
|
/* Close the mixer, halting all playing audio */
|
|
extern DECLSPEC void Mix_CloseAudio(void);
|
|
|
|
+extern DECLSPEC int Mix_GetMixerInfo(SDL_AudioSpec *, char *, int);
|
|
+
|
|
/* We'll use SDL for reporting errors */
|
|
#define Mix_SetError SDL_SetError
|
|
#define Mix_GetError SDL_GetError
|