#ifndef AREA_POPUP_H_03FAC988 #define AREA_POPUP_H_03FAC988 #include #ifndef WX_PRECOMP #include #endif #include "eye_indicator.h" class AreaPopup : public wxPanel { public: AreaPopup(wxWindow* parent, int area_id); void UpdateIndicators(); private: int area_id_; std::vector section_labels_; std::vector eye_indicators_; }; #endif /* end of include guard: AREA_POPUP_H_03FAC988 */ sland.com/lingo2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
blob: 95e5aab4cb718690847009c2b54558f5cd0dfde8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "WM Room"
display_name: "Impressive"
panels {
  name: "LEFT"
  path: "Panels/entry_2"
  clue: "left"
  answer: "right"
  symbols: "sun"
}
panels {
  name: "RIGHT"
  path: "Panels/entry_3"
  clue: "right"
  answer: "right"
  proxies { answer: "left" path: "Panels/proxied_1" }
}