summaryrefslogtreecommitdiff
path: root/src/game/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Tool.h')
-rw-r--r--src/game/Tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Tool.h b/src/game/Tool.h
index 3a66ae4..81b6823 100644
--- a/src/game/Tool.h
+++ b/src/game/Tool.h
@@ -65,6 +65,7 @@ public:
{
}
virtual ~PropertyTool() {}
+ virtual void Click(Simulation * sim, Brush * brush, ui::Point position);
virtual void Draw(Simulation * sim, Brush * brush, ui::Point position) {};
virtual void DrawLine(Simulation * sim, Brush * brush, ui::Point position1, ui::Point position2) { }
virtual void DrawRect(Simulation * sim, Brush * brush, ui::Point position1, ui::Point position2) { }