10 lines
178 B
C
10 lines
178 B
C
#ifndef _AUD_SPATIAL_EFFECT_DUT__
|
|
#define _AUD_SPATIAL_EFFECT_DUT__
|
|
|
|
|
|
int aud_spatial_effect_dut_open();
|
|
int aud_spatial_effect_dut_close();
|
|
|
|
#endif //_AUD_SPATIAL_EFFECT_DUT__
|
|
|