aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-25 00:34:15 +0300
committerEugene Sandulenko2013-09-06 14:51:05 +0300
commitdbe5524fe036e51ebaafa900ce237b85e79020e8 (patch)
treebac7bacd14373758544dbae5b4028d363e800ab6 /engines/fullpipe/motion.cpp
parentf54055d1eece57b4d939e1d0a96cbb379b955b39 (diff)
downloadscummvm-rg350-dbe5524fe036e51ebaafa900ce237b85e79020e8.tar.gz
scummvm-rg350-dbe5524fe036e51ebaafa900ce237b85e79020e8.tar.bz2
scummvm-rg350-dbe5524fe036e51ebaafa900ce237b85e79020e8.zip
FULLPIPE: First part of scene drawing code
Diffstat (limited to 'engines/fullpipe/motion.cpp')
-rw-r--r--engines/fullpipe/motion.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index 6defc93eaa..fed3cb79ff 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -76,6 +76,10 @@ void CMctlCompound::addObject(StaticANIObject *obj) {
warning("STUB: CMctlCompound::addObject()");
}
+ void CMctlCompound::initMovGraph2() {
+ warning("STUB: CMctlCompound::initMovGraph2()");
+}
+
bool CMctlCompoundArray::load(MfcArchive &file) {
debug(5, "CMctlCompoundArray::load()");