From e9d27f488c8653967c9a5b86c94801367253444c Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 13 Jan 2008 16:41:01 +0000 Subject: zoomedit: Added grab tool. --- LevelObject.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LevelObject.h') diff --git a/LevelObject.h b/LevelObject.h index c8d4d47..5dcdd74 100644 --- a/LevelObject.h +++ b/LevelObject.h @@ -11,6 +11,8 @@ class LevelObject : public Object { virtual bool hit(const Vertex &v) const = 0; virtual int getPriority() const = 0; + + virtual void move(float x, float y) {} }; #endif /*LEVELOBJECT_H_*/ -- cgit v1.2.3