aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-12-08 21:25:32 +0000
committerEugene Sandulenko2017-12-08 23:57:48 +0100
commit7724e51936fc006a48ded3efd28b9caf20c5bc7e (patch)
tree5cd48a26f9265475c98a7abd83cfb1902e936647 /engines/fullpipe/gfx.h
parent1408ffc4273945abc882033b9aabde82b3d2f841 (diff)
downloadscummvm-rg350-7724e51936fc006a48ded3efd28b9caf20c5bc7e.tar.gz
scummvm-rg350-7724e51936fc006a48ded3efd28b9caf20c5bc7e.tar.bz2
scummvm-rg350-7724e51936fc006a48ded3efd28b9caf20c5bc7e.zip
FULLPIPE: Added debug output for GameObject
Diffstat (limited to 'engines/fullpipe/gfx.h')
-rw-r--r--engines/fullpipe/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.h b/engines/fullpipe/gfx.h
index a2c83c8131..04771f5991 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -154,6 +154,7 @@ class GameObject : public CObject {
GameObject();
GameObject(GameObject *src);
+ virtual Common::String toXML();
virtual bool load(MfcArchive &file);
void setOXY(int x, int y);
void renumPictures(Common::Array<StaticANIObject *> *lst);