about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-07-21 17:03:27 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-07-21 17:03:27 +0000
commitb5551dc685d69ef82e581c5ff08454737372175c (patch)
treee60731678bee02184ea27d635162e15f6ae44f04 /src/engine/interface.h
parentf66acdfee2935ce30e2ccb0049eef5cfdf9e233b (diff)
downloadzcatch-b5551dc685d69ef82e581c5ff08454737372175c.tar.gz
zcatch-b5551dc685d69ef82e581c5ff08454737372175c.zip
Volume control backend.
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 311297de..d23067fb 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -319,6 +319,8 @@ enum
 };
 	
 bool snd_init();
+float snd_get_master_volume();
+void snd_set_master_volume(float val);
 int snd_load_wav(const char *filename);
 int snd_play(int sound, int loop = SND_PLAY_ONCE, float vol = 1.0f, float pan = 0.0f);
 void snd_stop(int id);