aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-05-06 07:10:50 +0300
committerEugene Sandulenko2014-05-06 07:10:50 +0300
commit7a27be396350309b9a23b587d0a566603370e27a (patch)
tree4d3496c2d32101079adaa630ce064d8846df5366 /engines/fullpipe/motion.h
parentf0a0537095e0b309f768de0b44cd20d05376c1d9 (diff)
downloadscummvm-rg350-7a27be396350309b9a23b587d0a566603370e27a.tar.gz
scummvm-rg350-7a27be396350309b9a23b587d0a566603370e27a.tar.bz2
scummvm-rg350-7a27be396350309b9a23b587d0a566603370e27a.zip
FULLPIPE: Implement MovGraph::shuffleTree()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h1
1 files changed, 1 insertions, 0 deletions
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<MovArr *> *genMovArr(int x, int y, int *arrSize, int flag1, int flag2);
+ void shuffleTree(MovGraphLink *lnk, MovGraphLink *lnk2, Common::Array<MovGraphLink *> &tempObList1, Common::Array<MovGraphLink *> &tempObList2);
};
class Movement;