summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/sound.h
blob: e71eb30f1ca5bd76f0fc9a350063a92257dae9a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//============================================================
//
//  sound.h - Win32 implementation of MAME sound routines
//
//  Copyright Nicola Salmoria and the MAME Team.
//  Visit http://mamedev.org for licensing and usage restrictions.
//
//============================================================

#ifndef __WIN_SOUND__
#define __WIN_SOUND__


//============================================================
//  PROTOTYPES
//============================================================

void winsound_init(running_machine *machine);

#endif