aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-15 02:46:22 +0200
committerEugene Sandulenko2013-12-15 02:46:53 +0200
commit9aaa7d742fa2d33e8f87d12828dd1d0248e19854 (patch)
tree7bd1590dc66e7cd35192fe4b59602defa64a72b9 /engines/fullpipe/motion.h
parentef5a7eeec7934c6e28d7c0f8afefc5df9559aa09 (diff)
downloadscummvm-rg350-9aaa7d742fa2d33e8f87d12828dd1d0248e19854.tar.gz
scummvm-rg350-9aaa7d742fa2d33e8f87d12828dd1d0248e19854.tar.bz2
scummvm-rg350-9aaa7d742fa2d33e8f87d12828dd1d0248e19854.zip
FULLPIPE: Implemented several destructors
Diffstat (limited to 'engines/fullpipe/motion.h')
-rw-r--r--engines/fullpipe/motion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.h b/engines/fullpipe/motion.h
index 7d35c3f8c1..c54ba7147b 100644
--- a/engines/fullpipe/motion.h
+++ b/engines/fullpipe/motion.h
@@ -86,6 +86,7 @@ public:
public:
MctlCompoundArrayItem() : _movGraphReactObj(0), _motionControllerObj(0), _field_20(0), _field_24(0), _field_28(0) {}
+ ~MctlCompoundArrayItem();
};
class MctlCompoundArray : public Common::Array<MctlCompoundArrayItem *>, public CObject {
@@ -413,6 +414,9 @@ public:
int16 _field_16;
MessageQueue *_messageQueueObj;
int _motionControllerObj;
+
+ MctlConnectionPoint();
+ ~MctlConnectionPoint();
};
} // End of namespace Fullpipe