shithub: wl3d

ref: 3891487cd9fb5088d99344d33cf4e37e0abf7f9b
dir: /snd.c/

View raw version
#include <u.h>
#include <libc.h>
#include <thread.h>
#include "dat.h"
#include "fns.h"

Dat *imfs, *imfe;
Sfx *sfxs, *sfxe;

void
stopmus(void)
{
}

void
playmus(int n)
{
	stopmus();
	USED(n);
}