mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-03 18:30:45 +00:00
SDL-based audio.
This commit is contained in:
parent
06c73f5e59
commit
2282c30923
3 changed files with 257 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue