From 7a27be396350309b9a23b587d0a566603370e27a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 6 May 2014 07:10:50 +0300 Subject: FULLPIPE: Implement MovGraph::shuffleTree() --- engines/fullpipe/motion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/motion.h') diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h index 13d96ae551..e00447b335 100644 --- a/engines/fullpipe/motion.h +++ b/engines/fullpipe/motion.h @@ -363,6 +363,7 @@ public: MovGraphNode *calcOffset(int ox, int oy); int getItemIndexByStaticAni(StaticANIObject *ani); Common::Array *genMovArr(int x, int y, int *arrSize, int flag1, int flag2); + void shuffleTree(MovGraphLink *lnk, MovGraphLink *lnk2, Common::Array &tempObList1, Common::Array &tempObList2); }; class Movement; -- cgit v1.2.3