summaryrefslogtreecommitdiffstats
path: root/LevelObject.h
diff options
context:
space:
mode:
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_*/