SDL-based audio.

This commit is contained in:
Ryan C. Gordon 2005-08-31 19:42:55 +00:00
parent 06c73f5e59
commit 2282c30923
3 changed files with 257 additions and 0 deletions

View file

@ -19,6 +19,9 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
#if !USE_SDL
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
@ -291,3 +294,6 @@ void SNDDMA_Submit(void)
void SNDDMA_BeginPainting (void)
{
}
#endif // !USE_SDL