#ifndef EYE_INDICATOR_H_778150F2 #define EYE_INDICATOR_H_778150F2 #include #ifndef WX_PRECOMP #include #endif class EyeIndicator : public wxWindow { public: EyeIndicator(wxWindow* parent); void SetChecked(bool checked); private: static const wxImage& GetUncheckedImage(); static const wxImage& GetCheckedImage(); void OnPaint(wxPaintEvent& event); void Redraw(); bool intended_checked_ = false; wxBitmap rendered_; bool rendered_checked_ = false; }; #endif /* end of include guard: EYE_INDICATOR_H_778150F2 */ table id='header'> cgit logo index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
blob: fb24fafe9e9773e2acec67a4416aac4a1fec1c72 (plain) (blame)
1
2
3
4
5
6
7
8
name: "Desert Room"
panels {
  name: "LESS"
  path: "Panels/Hallway Right/entry_5"
  clue: "less"
  answer: "more"
  symbols: SUN
}