diff options
Diffstat (limited to 'src/subway_map.h')
-rw-r--r-- | src/subway_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/subway_map.h b/src/subway_map.h index e5f0bf6..52d07b8 100644 --- a/src/subway_map.h +++ b/src/subway_map.h | |||
@@ -34,6 +34,8 @@ class SubwayMap : public wxPanel { | |||
34 | 34 | ||
35 | wxImage map_image_; | 35 | wxImage map_image_; |
36 | wxImage owl_image_; | 36 | wxImage owl_image_; |
37 | wxBitmap unchecked_eye_; | ||
38 | wxBitmap checked_eye_; | ||
37 | 39 | ||
38 | wxBitmap rendered_; | 40 | wxBitmap rendered_; |
39 | int render_x_ = 0; | 41 | int render_x_ = 0; |