shithub: qk1

ref: 54dfc8929a5f41d0fc78e9a25b50ebf5748f0496
dir: /snd_null.c/

View raw version
#include "quakedef.h"

long
sndqueued(void)
{
	return 0;
}

void
sndstop(void)
{
}

void
sndwrite(byte *buf, long sz)
{
	USED(buf); USED(sz);
}

void
sndclose(void)
{
}

int
sndopen(void)
{
	return -1;
}