aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-24 17:57:58 +0300
committerEugene Sandulenko2013-09-06 14:51:18 +0300
commit87488185a82f123387176cb9f72e2c714d088c73 (patch)
tree9b818d7339ba81e7561fe6ac3f93cccd53969f2d /engines/fullpipe/gfx.h
parent2a59b516890375bf542f049c1dc302dc2c19c260 (diff)
downloadscummvm-rg350-87488185a82f123387176cb9f72e2c714d088c73.tar.gz
scummvm-rg350-87488185a82f123387176cb9f72e2c714d088c73.tar.bz2
scummvm-rg350-87488185a82f123387176cb9f72e2c714d088c73.zip
FULLPIPE: Implement CInventory2::draw()
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 f7fd292a22..eec32848ec 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -155,6 +155,7 @@ class PictureObject : public GameObject {
bool load(MfcArchive &file, bool bigPicture);
Common::Point *getDimensions(Common::Point *p);
void draw();
+ void drawAt(int x, int y);
bool setPicAniInfo(PicAniInfo *picAniInfo);
bool isPointInside(int x, int y);