about summary refs log tree commit diff
path: root/src/engine/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/sound.h')
-rw-r--r--src/engine/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/sound.h b/src/engine/sound.h
index ac4aeaf5..f55a978d 100644
--- a/src/engine/sound.h
+++ b/src/engine/sound.h
@@ -16,6 +16,8 @@ public:
 		FLAG_ALL=3
 	};
 
+	virtual bool IsSoundEnabled() = 0;
+
 	virtual int LoadWV(const char *pFilename) = 0;
 	
 	virtual void SetChannel(int ChannelID, float Volume, float Panning) = 0;