aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-04-26 10:39:34 +0300
committerEugene Sandulenko2014-04-26 10:39:34 +0300
commit49b6498d2212fa666ba0f6da9a2ec594ba7995e5 (patch)
tree87c44f71c036bf0fb3463cfe8e6ae3ba2424d5a0 /engines/fullpipe/motion.h
parent324aa1a9410b0e2299a847c124f3a8dd994acbc1 (diff)
downloadscummvm-rg350-49b6498d2212fa666ba0f6da9a2ec594ba7995e5.tar.gz
scummvm-rg350-49b6498d2212fa666ba0f6da9a2ec594ba7995e5.tar.bz2
scummvm-rg350-49b6498d2212fa666ba0f6da9a2ec594ba7995e5.zip
FULLPIPE: Implement MGM::genMovement()
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 8bcbf4deac..6d6335b5cf 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -179,6 +179,7 @@ public:
Common::Point *calcLength(Common::Point *point, Movement *mov, int x, int y, int *mult, int *len, int flag);
ExCommand2 *buildExCommand2(Movement *mov, int objId, int x1, int y1, Common::Point *x2, Common::Point *y2, int len);
MessageQueue *genMQ(StaticANIObject *ani, int staticsIndex, int staticsId, int *resStatId, Common::Point **pointArr);
+ int countPhases(int idx, int subIdx, int subOffset, int flag);
};
struct MctlLadderMovementVars {