shithub: qk1

ref: 2eb12cbb704a50af2de2e064e6be56c8f5577028
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;
}