summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/flt_vol.h
blob: 921148e09b34f6d92e286fcce8aece0743002b96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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__ */