summaryrefslogtreecommitdiffstats
path: root/LevelObject.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
committerneoraider <devnull@localhost>2008-01-13 17:41:01 +0100
commite9d27f488c8653967c9a5b86c94801367253444c (patch)
tree53ec6178eb84759ab992e3d41c40625c9fc76166 /LevelObject.h
parent017743d3397b810176278814ed19a92ce9c2f251 (diff)
downloadzoomedit-e9d27f488c8653967c9a5b86c94801367253444c.tar
zoomedit-e9d27f488c8653967c9a5b86c94801367253444c.zip
zoomedit: Added grab tool.
Diffstat (limited to 'LevelObject.h')
-rw-r--r--LevelObject.h2
1 files changed, 2 insertions, 0 deletions
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_*/