8 lines
121 B
C
8 lines
121 B
C
#ifndef PARAMS_IFACE_H_
|
|
#define PARAMS_IFACE_H_
|
|
|
|
extern int g_param_mono_cutoff;
|
|
extern int g_param_mono_invert;
|
|
|
|
#endif
|