summaryrefslogblamecommitdiffstatshomepage
path: root/src/osd/windows/sound.h
blob: 79c70c59bade0f401ede841922239d14e18dc45b (plain) (tree)



















                                                                  
//============================================================
//
//  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