From 0ea1d388651217697d49029820b02b4f002f1ac0 Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 15 Feb 2008 19:10:04 +0000 Subject: zoomedit: Made rotation tool much nicer ;-) --- LevelObject.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'LevelObject.h') diff --git a/LevelObject.h b/LevelObject.h index 005b3a9..f3360e1 100644 --- a/LevelObject.h +++ b/LevelObject.h @@ -27,9 +27,7 @@ class LevelObject : public Object { virtual int getPriority() const {return 0;} virtual void move(float x, float y) {} - virtual void rotate(float a) {} - - virtual Vertex getCenter() const {return Vertex();} + virtual void rotate(Vertex m, float a) {} }; #endif /*LEVELOBJECT_H_*/ -- cgit v1.2.3