From 09d67fbad9df92caf2251d36b4abd7979fd27126 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 17:26:46 -0400 Subject: Map + popups reflect checked locations --- area_popup.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'area_popup.h') diff --git a/area_popup.h b/area_popup.h index c3de4bb..b602b63 100644 --- a/area_popup.h +++ b/area_popup.h @@ -7,12 +7,19 @@ #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 */ -- cgit 1.4.1