aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-28 16:50:43 +0300
committerEugene Sandulenko2013-09-06 14:51:07 +0300
commit3c77ad17afab558f638b3f09dd938847ec3a6685 (patch)
tree4e97cb46ba678e1ccbbdf285119f3acd5e9d2f9b /engines/fullpipe/gfx.h
parent74b662516dec82d17d897510e7ef3a322e7fdd26 (diff)
downloadscummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.tar.gz
scummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.tar.bz2
scummvm-rg350-3c77ad17afab558f638b3f09dd938847ec3a6685.zip
FULLPIPE: Implement FullpipeEngine::initCursors()
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 27be7c474f..81de8ec1c0 100644
--- a/engines/fullpipe/gfx.h
+++ b/engines/fullpipe/gfx.h
@@ -61,6 +61,7 @@ class Picture : public MemoryObject {
friend class Movement;
friend class DynamicPhase;
friend class PictureObject;
+ friend class CInputController;
Common::Rect _rect;
Bitmap *_convertedBitmap;