summaryrefslogtreecommitdiffstats
path: root/src/View/MapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/MapView.h')
-rw-r--r--src/View/MapView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/View/MapView.h b/src/View/MapView.h
index b60304b..2fb0df4 100644
--- a/src/View/MapView.h
+++ b/src/View/MapView.h
@@ -52,6 +52,8 @@ class MapView : public View {
Gui::RenderArea* getMainArea() {return mainArea;}
void setMainArea(Gui::RenderArea *mainArea0) {mainArea = mainArea0;}
+ virtual void zoom(Gui::RenderArea*, int zoom, float, float);
+ virtual void move(Gui::RenderArea*, float x, float y, unsigned int state);
virtual void click(Gui::RenderArea *renderArea, float x, float y);
virtual void render(Gui::RenderArea *renderArea);