mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-05-31 08:51:36 +00:00
Initial revision
This commit is contained in:
commit
2124958581
366 changed files with 219164 additions and 0 deletions
28
null/snddma_null.c
Normal file
28
null/snddma_null.c
Normal file
|
@ -0,0 +1,28 @@
|
|||
|
||||
// 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)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue