summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/flt_vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/flt_vol.h')
-rw-r--r--src/emu/sound/flt_vol.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emu/sound/flt_vol.h b/src/emu/sound/flt_vol.h
new file mode 100644
index 00000000000..a0db7bea16f
--- /dev/null
+++ b/src/emu/sound/flt_vol.h
@@ -0,0 +1,6 @@
+#ifndef FLT_VOL_H
+#define FLT_VOL_H
+
+void flt_volume_set_volume(int num, float volume);
+
+#endif