Commit 2180b13d authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401468
parent ba34e91b
......@@ -54,6 +54,8 @@ static void DSP_PlayAudio(_THIS);
static Uint8 *DSP_GetAudioBuf(_THIS);
static void DSP_CloseAudio(_THIS);
static Uint8 snd2au(int sample);
/* Audio driver bootstrap functions */
static int Audio_Available(void)
......@@ -157,7 +159,6 @@ void DSP_WaitAudio(_THIS)
#endif
}
static Uint8 snd2au(int sample);
void DSP_PlayAudio(_THIS)
{
/* Write the audio data */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment