diff options
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r-- | src/soundmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h index 01c2d5627..f4dca4cd1 100644 --- a/src/soundmanager.h +++ b/src/soundmanager.h @@ -142,6 +142,8 @@ class SoundManager final : public ConfigListener void shutdown(); + void setChannels(const int channels) const; + private: /** Logs various info about sound device. */ static void info(); |