summaryrefslogtreecommitdiffstats
path: root/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tool.h')
-rw-r--r--Tool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tool.h b/Tool.h
index 8cabfdf..a6c0ee0 100644
--- a/Tool.h
+++ b/Tool.h
@@ -22,6 +22,8 @@ class Tool : public Object {
virtual GtkWidget* getImage() = 0;
virtual bool isSensitive() = 0;
+ virtual bool hoverFilter(const LevelObject &object) const = 0;
+
virtual EventHandler* getEventHandler() = 0;
virtual Sidebar* getSidebar() = 0;
virtual Renderer* getRenderer() {return NULL;}