From eea48b4f12f819a2bd595f3750a23998e96ee560 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 3 Sep 2013 00:21:34 +0300 Subject: FULLPIPE: Implement Shadows::initMovement() --- 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 5ae4a1c2d5..295da9b676 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -143,6 +143,7 @@ class Movement : public GameObject { void setAlpha(int alpha); void setDynamicPhaseIndex(int index); + DynamicPhase *getDynamicPhaseByIndex(int idx); void removeFirstPhase(); bool gotoNextFrame(int callback1, void (*callback2)(int *)); -- cgit v1.2.3