aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-06 22:59:42 +0200
committerEugene Sandulenko2013-12-06 22:59:42 +0200
commit9fbc292404cbb5ec6d1ad37cd56dc9141dfe4048 (patch)
tree93b12ac2c49f790e720c0c0a1df1deb6fa1ad6f4 /engines/fullpipe/motion.h
parent00a6ded66c962efc904f3672b5ec051ec198b8cd (diff)
downloadscummvm-rg350-9fbc292404cbb5ec6d1ad37cd56dc9141dfe4048.tar.gz
scummvm-rg350-9fbc292404cbb5ec6d1ad37cd56dc9141dfe4048.tar.bz2
scummvm-rg350-9fbc292404cbb5ec6d1ad37cd56dc9141dfe4048.zip
FULLPIPE: More stubs in MctlLadder
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 6cc3862ca8..43ec367545 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -192,6 +192,12 @@ public:
public:
MctlLadder();
int collisionDetection(StaticANIObject *man);
+
+ virtual void addObject(StaticANIObject *obj);
+ virtual int removeObject(StaticANIObject *obj) { return 1; }
+ virtual void freeItems();
+ virtual MessageQueue *method34(StaticANIObject *subj, int xpos, int ypos, int fuzzyMatch, int staticsId);
+ virtual MessageQueue *doWalkTo(StaticANIObject *subj, int xpos, int ypos, int fuzzyMatch, int staticsId);
};
class MovGraphNode : public CObject {