shithub: qk1

ref: 84a97807937e6e3e3edb4d36d6ee2bee32cc13c8
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;
}