diff options
| author | oy <Tom_Adams@web.de> | 2011-01-17 13:28:15 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-17 13:28:15 +0100 |
| commit | bf6fcc20f4a9cccab0470d5848a2401bd0bfe93e (patch) | |
| tree | a945e41ad55c5a0d5877e60e3eefa90e563e907a /src/engine/client.h | |
| parent | 40f6740742c7d967038abdd5a582d8b50712d1b2 (diff) | |
| download | zcatch-bf6fcc20f4a9cccab0470d5848a2401bd0bfe93e.tar.gz zcatch-bf6fcc20f4a9cccab0470d5848a2401bd0bfe93e.zip | |
added an error popup on startup when the sound couldn't be initialised. Closes #425
Diffstat (limited to 'src/engine/client.h')
| -rw-r--r-- | src/engine/client.h | 2 |
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 |