summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mixer.h b/mixer.h
index 6c8bfdcc2a..26a9be18bd 100644
--- a/mixer.h
+++ b/mixer.h
@@ -6,6 +6,8 @@
extern char * mixer_device;
extern char * mixer_channel;
+extern int soft_vol;
+extern float soft_vol_max;
typedef struct mixer_s {
ao_functions_t *audio_out;