about summary refs log tree commit diff stats
path: root/src/subway_map.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-05-18 15:33:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-05-18 15:33:30 -0400
commita2b67cf27dbd41bcfa75835e36c605adfc040e40 (patch)
tree53cffc4d0163a5f6923e3851eb8281400cc028f6 /src/subway_map.h
parent4d8e36245e8ce43eef9b687a9108fd4c353f756f (diff)
downloadlingo-ap-tracker-a2b67cf27dbd41bcfa75835e36c605adfc040e40.tar.gz
lingo-ap-tracker-a2b67cf27dbd41bcfa75835e36c605adfc040e40.tar.bz2
lingo-ap-tracker-a2b67cf27dbd41bcfa75835e36c605adfc040e40.zip
Coordinate transformation functions
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_;