jediacademy/code/null/null_snddma.c

28 lines
305 B
C
Raw Permalink Normal View History

2013-04-04 22:35:38 +00:00
// snddma_null.c
// all other sound mixing is portable
#include "../client/client.h"
qboolean SNDDMA_Init(void)
{
return qfalse;
}
int SNDDMA_GetDMAPos(void)
{
return 0;
}
void SNDDMA_Shutdown(void)
{
}
void SNDDMA_BeginPainting (void)
{
}
void SNDDMA_Submit(void)
{
}