about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 19:13:00 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 19:13:00 +0000
commit014dcf97c0b7a7c5354478335a27e89c1209a765 (patch)
tree5a32a6c4bff76bd157d58e1ceec2a24111741b4e /src/engine/interface.h
parent6f20ceabcc92fcf57e52f443f3865217e970f74b (diff)
downloadzcatch-014dcf97c0b7a7c5354478335a27e89c1209a765.tar.gz
zcatch-014dcf97c0b7a7c5354478335a27e89c1209a765.zip
crash fixes and added options
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 1a4b7d73..ae6362fe 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -372,9 +372,6 @@ void gfx_quads_text(float x, float y, float size, const char *text);
 /* sound (client) */
 int snd_init();
 
-float snd_get_master_volume();
-void snd_set_master_volume(float val);
-
 void snd_set_channel(int cid, float vol, float pan);
 
 int snd_load_wv(const char *filename);