#ifndef SETTINGS_DIALOG_H_D8635719 #define SETTINGS_DIALOG_H_D8635719 #include #ifndef WX_PRECOMP #include #endif class SettingsDialog : public wxDialog { 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 */ alt='cgit logo'/> index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
blob: 3857d5fe55be227fadde1a23b5e79afdff889e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Repetitive Entrance"
panels {
  name: "TEDIOUS"
  path: "Panels/Entrances/panel_6"
  clue: "tedious"
  answer: "repetitive"
  symbols: SUN
}
ports {
  name: "REPETITIVE"
  path: "Components/Warps/worldport5"
  orientation: "north"
}