aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-11 23:03:51 +0200
committerEugene Sandulenko2013-12-11 23:17:45 +0200
commite867326b9b32ca5c64eeb950cd9d4706b8493d34 (patch)
treebf0dda7cb6f46e5b14d9e1678007350876163b76 /engines/fullpipe/motion.h
parent8caec7691cf625baba382e425fdcf1bee9e7d17c (diff)
downloadscummvm-rg350-e867326b9b32ca5c64eeb950cd9d4706b8493d34.tar.gz
scummvm-rg350-e867326b9b32ca5c64eeb950cd9d4706b8493d34.tar.bz2
scummvm-rg350-e867326b9b32ca5c64eeb950cd9d4706b8493d34.zip
FULLPIPE: Implement MGM::updateAnimStatics()
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 9e8414845f..b49fea55bc 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -160,6 +160,7 @@ public:
MessageQueue *genMovement(MGMInfo *mgminfo);
void updateAnimStatics(StaticANIObject *ani, int staticsId);
+ Common::Point *getPoint(Common::Point *point, int aniId, int staticsId1, int staticsId2);
};
struct MctlLadderMovementVars {