summaryrefslogtreecommitdiff
path: root/csrc/sound_struct.h
blob: b42971cb9209d565fbe2c95a7048d14dbca1b1e2 (plain)
1
2
3
4
5
6
7
typedef struct
{
	uint32_t f0;
	LPDIRECTSOUNDBUFFER sbuf;
} sound_struct;

extern sound_struct snd0, snd1, snd2;