about summary refs log tree commit diff stats
path: root/data/maps/the_double_sided/metadata.txtpb
blob: c354fd885904711595e51a4d531008dfed143434 (plain) (blame)
1
display_name: "The Double Sided"
h> #endif class AreaPopup : public wxScrolledCanvas { public: AreaPopup(wxWindow* parent, int area_id); void UpdateIndicators(); private: void OnPaint(wxPaintEvent& event); int area_id_; wxBitmap unchecked_eye_; wxBitmap checked_eye_; wxBitmap rendered_; }; #endif /* end of include guard: AREA_POPUP_H_03FAC988 */