aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-12-08 20:29:30 +0000
committerEugene Sandulenko2017-12-08 23:57:48 +0100
commitc728c29857d12ddc039a2982b9bd510ed6a9f620 (patch)
treea1aa7c09c808e0116a4627483b8fca9483ee4b56 /engines/fullpipe/statics.h
parent39385589f691ea3f13281158754180c5aedded64 (diff)
downloadscummvm-rg350-c728c29857d12ddc039a2982b9bd510ed6a9f620.tar.gz
scummvm-rg350-c728c29857d12ddc039a2982b9bd510ed6a9f620.tar.bz2
scummvm-rg350-c728c29857d12ddc039a2982b9bd510ed6a9f620.zip
FULLPIPE: More debug output to loading
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index b0e083e212..770d431bd8 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -60,6 +60,8 @@ class StaticPhase : public Picture {
virtual bool load(MfcArchive &file);
+ virtual Common::String toXML();
+
ExCommand *getExCommand() { return _exCommand.get(); }
};
@@ -78,6 +80,8 @@ class DynamicPhase : public StaticPhase {
virtual bool load(MfcArchive &file);
+ virtual Common::String toXML();
+
int getDynFlags() { return _dynFlags; }
};