summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/sound.h')
-rw-r--r--src/osd/windows/sound.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/osd/windows/sound.h b/src/osd/windows/sound.h
new file mode 100644
index 00000000000..79c70c59bad
--- /dev/null
+++ b/src/osd/windows/sound.h
@@ -0,0 +1,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