shithub: qk2

ref: c05151aa1b7ac81866cf937c973e7038035dfe53
dir: /null/snddma_null.c/

View raw version

// snddma_null.c
// all other sound mixing is portable

#include "../client/client.h"
#include "../client/snd_loc.h"

qboolean SNDDMA_Init(void)
{
	return false;
}

int	SNDDMA_GetDMAPos(void)
{
	return 0;
}

void SNDDMA_Shutdown(void)
{
}

void SNDDMA_BeginPainting (void)
{
}

void SNDDMA_Submit(void)
{
}