Initial commit.
This commit is contained in:
27
code/null/null_snddma.c
Normal file
27
code/null/null_snddma.c
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
// 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)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user