Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2016-07-29 18:33:59 +0200
committerStijn Buys <ingar@osirion.org>2016-07-29 18:33:59 +0200
commit21e93bd260d2e74221da6f6560643d3c884d0128 (patch)
tree951c59bb745afb6ffc09c8cc1a8e405d3ed17660 /src/client/audiosettingsmenu.h
parent6f58c083caf6a14bccd708c73eaa0b4d66178ff1 (diff)
Added checkbox to enable/disable sound doppler effect.
Diffstat (limited to 'src/client/audiosettingsmenu.h')
-rw-r--r--src/client/audiosettingsmenu.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/audiosettingsmenu.h b/src/client/audiosettingsmenu.h
index 8aef1ae..9c9e83e 100644
--- a/src/client/audiosettingsmenu.h
+++ b/src/client/audiosettingsmenu.h
@@ -12,10 +12,10 @@
namespace ui
{
class Button;
+ class Checkbox;
class IconButton;
class Label;
- class Slider;
-
+ class Slider;
}
namespace client
@@ -75,6 +75,9 @@ private:
ui::Label *_enginevolumelabel;
ui::Slider *_enginevolumeslider;
+ ui::Label *_optionslabel;
+ ui::Checkbox *_dopplercheckbox;
+
ui::Button *_applybutton;
ui::Button *_resetbutton;
};