From 9f92561df3d24cec093559b733f83f69d492581f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 27 Oct 2013 00:50:27 +0300 Subject: FULLPIPE: Implement StaticANIObject::getSomeXY() --- engines/fullpipe/statics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/fullpipe/statics.h') diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index 370f540792..49ebc8edf7 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -204,6 +204,8 @@ class StaticANIObject : public GameObject { Movement *getMovementByName(char *name); Common::Point *getCurrDimensions(Common::Point &p); + Common::Point *getSomeXY(Common::Point &p); + void clearFlags(); void setFlags40(bool state); bool isIdle(); -- cgit v1.2.3