summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/sound.h
blob: 79c70c59bade0f401ede841922239d14e18dc45b (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 (c) 1996-2007, 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