summaryrefslogtreecommitdiffstats
path: root/src/View/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/View.h')
-rw-r--r--src/View/View.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/View/View.h b/src/View/View.h
index 6a0eaf8..f6a8606 100644
--- a/src/View/View.h
+++ b/src/View/View.h
@@ -36,6 +36,7 @@ class View {
virtual void zoom(Gui::RenderArea*, int, float, float) {}
virtual void move(Gui::RenderArea*, float, float) {}
+ virtual void click(Gui::RenderArea*, float, float) {}
};
}