about summary refs log tree commit diff stats
path: root/data/maps/the_charismatic
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_charismatic')
0 files changed, 0 insertions, 0 deletions
09d67fb ^
22014b9 ^
0a3c0c6 ^

22014b9 ^
09d67fb ^
0a3c0c6 ^


22014b9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26








                             
                                           


                                           

                          
         

                                    
               
 


                          


                                                        
#ifndef AREA_POPUP_H_03FAC988
#define AREA_POPUP_H_03FAC988

#include <wx/wxprec.h>

#ifndef WX_PRECOMP
#include <wx/wx.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 */