comparison src/audio/SDL_audio.c @ 68:ac6645260d31

Added an audio driver that writes to disk (thanks Ryan!)
author Sam Lantinga <slouken@lokigames.com>
date Sat, 16 Jun 2001 01:51:42 +0000
parents 80139f9b90d8
children ae6e6b73333f
comparison
equal deleted inserted replaced
67:3647c809813d 68:ac6645260d31
79 &Paud_bootstrap, 79 &Paud_bootstrap,
80 #endif 80 #endif
81 #ifdef ENABLE_AHI 81 #ifdef ENABLE_AHI
82 &AHI_bootstrap, 82 &AHI_bootstrap,
83 #endif 83 #endif
84 84 #ifdef DISKAUD_SUPPORT
85 &DISKAUD_bootstrap,
86 #endif
85 NULL 87 NULL
86 }; 88 };
87 SDL_AudioDevice *current_audio = NULL; 89 SDL_AudioDevice *current_audio = NULL;
88 90
89 /* Various local functions */ 91 /* Various local functions */