From 747e70a38ebd08450714fdb01dd45139ac9504a1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 8 Sep 2013 23:53:02 +0300 Subject: FULLPIPE: Implement CInteractionController::handleInteraction() --- engines/fullpipe/statics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/fullpipe/statics.h') diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index 295da9b676..3d45ac6623 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -145,6 +145,8 @@ class Movement : public GameObject { void setDynamicPhaseIndex(int index); DynamicPhase *getDynamicPhaseByIndex(int idx); + int calcDuration(); + void removeFirstPhase(); bool gotoNextFrame(int callback1, void (*callback2)(int *)); bool gotoPrevFrame(); @@ -207,8 +209,6 @@ class StaticANIObject : public GameObject { void initMovements(); void loadMovementsPixelData(); - bool setPicAniInfo(PicAniInfo *picAniInfo); - void setSomeDynamicPhaseIndex(int val) { _someDynamicPhaseIndex = val; } void adjustSomeXY(); -- cgit v1.2.3