about summary refs log tree commit diff stats
path: root/src/subway_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subway_map.h')
-rw-r--r--src/subway_map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/subway_map.h b/src/subway_map.h index 52d07b8..0d26d0b 100644 --- a/src/subway_map.h +++ b/src/subway_map.h
@@ -32,6 +32,9 @@ class SubwayMap : public wxPanel {
32 32
33 void Redraw(); 33 void Redraw();
34 34
35 wxPoint MapPosToRenderPos(wxPoint pos) const;
36 wxPoint RenderPosToMapPos(wxPoint pos) const;
37
35 wxImage map_image_; 38 wxImage map_image_;
36 wxImage owl_image_; 39 wxImage owl_image_;
37 wxBitmap unchecked_eye_; 40 wxBitmap unchecked_eye_;