summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/sound/flt_vol.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/sound/flt_vol.h')
-rw-r--r--trunk/src/emu/sound/flt_vol.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/src/emu/sound/flt_vol.h b/trunk/src/emu/sound/flt_vol.h
new file mode 100644
index 00000000000..921148e09b3
--- /dev/null
+++ b/trunk/src/emu/sound/flt_vol.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#ifndef __FLT_VOL_H__
+#define __FLT_VOL_H__
+
+#include "devlegcy.h"
+
+
+void flt_volume_set_volume(device_t *device, float volume);
+
+DECLARE_LEGACY_SOUND_DEVICE(FILTER_VOLUME, filter_volume);
+
+#endif /* __FLT_VOL_H__ */