aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-08 23:53:02 +0300
committerEugene Sandulenko2013-09-08 23:56:04 +0300
commit747e70a38ebd08450714fdb01dd45139ac9504a1 (patch)
tree61513c7f6b7272ba837f55194adf059bc114d735 /engines/fullpipe/motion.h
parent940c686858d9a0bf92c1473b9a81653a9937b88a (diff)
downloadscummvm-rg350-747e70a38ebd08450714fdb01dd45139ac9504a1.tar.gz
scummvm-rg350-747e70a38ebd08450714fdb01dd45139ac9504a1.tar.bz2
scummvm-rg350-747e70a38ebd08450714fdb01dd45139ac9504a1.zip
FULLPIPE: Implement CInteractionController::handleInteraction()
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 318a6b383f..f110ac30df 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -62,6 +62,9 @@ class CMctlCompound : public CMotionController {
virtual void addObject(StaticANIObject *obj);
void initMovGraph2();
+
+ MessageQueue *method34(StaticANIObject *subj, int xpos, int ypos, int flag, int staticsId);
+ MessageQueue *method4C(StaticANIObject *subj, int xpos, int ypos, int flag, int staticsId);
};
class Unk2 : public CObject {