summaryrefslogtreecommitdiff
path: root/bench/bench_window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench_window.hpp')
-rw-r--r--bench/bench_window.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bench/bench_window.hpp b/bench/bench_window.hpp
index bd15e4b..51e8fbe 100644
--- a/bench/bench_window.hpp
+++ b/bench/bench_window.hpp
@@ -17,6 +17,7 @@ public:
bool runner_stop_on_death;
bool runner_stop_on_win;
bool runner_hyperspeed;
+ bool core_fading;
core_widget core;
@@ -71,6 +72,7 @@ private:
Gtk::Button start_button;
Gtk::Button stop_button;
+ Gtk::CheckButton core_fading_toggle;
Gtk::CheckButton hyperspeed_toggle;
Gtk::CheckButton pause_on_death_toggle;
Gtk::CheckButton pause_on_win_toggle;
@@ -94,6 +96,7 @@ private:
void on_click_start();
void on_click_stop();
+ void on_toggle_core_fading();
void on_toggle_hyperspeed();
void on_toggle_pause_on_death();
void on_toggle_pause_on_win();