diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-03 22:55:19 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:31:04 (GMT) |
| commit | 97cea273e5d02ed13d674ec8cc8308afe51e54b0 (patch) | |
| tree | 3aff41d10f9f2dd08f98245369a6da70f0944693 /src/options/OptionsView.h | |
| parent | 71db872e6422dd264ffa00a848d3f8a76e08b279 (diff) | |
| download | powder-97cea273e5d02ed13d674ec8cc8308afe51e54b0.zip powder-97cea273e5d02ed13d674ec8cc8308afe51e54b0.tar.gz | |
Fast quit option (disable to make "X" act like in tpt)
Diffstat (limited to 'src/options/OptionsView.h')
| -rw-r--r-- | src/options/OptionsView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options/OptionsView.h b/src/options/OptionsView.h index d0a99ab..a4c9854 100644 --- a/src/options/OptionsView.h +++ b/src/options/OptionsView.h @@ -27,11 +27,13 @@ class OptionsView: public ui::Window { ui::DropDown * edgeMode; ui::Checkbox * scale; ui::Checkbox * fullscreen; + ui::Checkbox * fastquit; public: OptionsView(); void NotifySettingsChanged(OptionsModel * sender); void AttachController(OptionsController * c_); void OnDraw(); + void OnTryExit(ExitMethod method); virtual ~OptionsView(); }; |
