aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-25 16:42:44 +0300
committerEugene Sandulenko2013-09-06 14:51:05 +0300
commit7f332e1f208344f88d1cfd1899743eb7dd5403de (patch)
tree2d9cb293e2749756ab7f8b11a59ff2d3f697c062 /engines/fullpipe/gfx.h
parentaaf5bae026416e158d69633eb1b07c73a63fcccd (diff)
downloadscummvm-rg350-7f332e1f208344f88d1cfd1899743eb7dd5403de.tar.gz
scummvm-rg350-7f332e1f208344f88d1cfd1899743eb7dd5403de.tar.bz2
scummvm-rg350-7f332e1f208344f88d1cfd1899743eb7dd5403de.zip
FULLPIPE: Second part of scene drawing
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 4f89f39188..5848e57536 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -124,6 +124,7 @@ class PictureObject : public GameObject {
PictureObject();
bool load(MfcArchive &file, bool bigPicture);
Common::Point *getDimensions(Common::Point *p);
+ void draw();
};
class Background : public CObject {