summaryrefslogtreecommitdiff
path: root/csrc/sound_struct.h
blob: 01b0f71897bbde8db6ef38099f57b782e27bc977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C)  2018 Iru Cai <mytbk920423@gmail.com>
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

typedef struct
{
	uint32_t f0;
	LPDIRECTSOUNDBUFFER sbuf;
} sound_struct;

extern sound_struct snd0, snd1, snd2;