about summary refs log tree commit diff
path: root/src/engine/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client.h')
-rw-r--r--src/engine/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client.h b/src/engine/client.h
index a0ebb3e7..2da2bd8b 100644
--- a/src/engine/client.h
+++ b/src/engine/client.h
@@ -130,6 +130,8 @@ public:
 	virtual const char *ErrorString() = 0;
 	virtual const char *LatestVersion() = 0;
 	virtual bool ConnectionProblems() = 0;
+
+	virtual bool SoundInitFailed() = 0;
 };
 
 class IGameClient : public IInterface