about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/rooms/Mastery.txtpb
blob: bbe87426c8e5882aa2da5862d6eaf3c1681d0e68 (plain) (blame) generated by cgit-pink 1.4.1 (git 2.36.1) at 2026-02-15 08:46:12 +0000 ="w"> { public: SettingsDialog(); bool GetShouldCheckForUpdates() const { return should_check_for_updates_box_->GetValue(); } bool GetHybridAreas() const { return hybrid_areas_box_->GetValue(); } bool GetShowHuntPanels() const { return show_hunt_panels_box_->GetValue(); } private: wxCheckBox* should_check_for_updates_box_; wxCheckBox* hybrid_areas_box_; wxCheckBox* show_hunt_panels_box_;};#endif /* end of include guard: SETTINGS_DIALOG_H_D8635719 */