From b2c6483d1a22bcffd0f561f32a868371483c286b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 13 Apr 2014 11:21:06 +0300 Subject: FULLPIPE: Implement StaticANIObject::startAnimSteps() --- engines/fullpipe/statics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/statics.h') diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index 8328e7679b..89703965cd 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -47,6 +47,7 @@ class StepArray : public CObject { Common::Point *getCurrPoint(Common::Point *point); Common::Point *getPoint(Common::Point *point, int index, int offset); bool gotoNextPoint(); + void insertPoints(Common::Point **points, int pointsCount); }; class StaticPhase : public Picture { -- cgit v1.2.3