aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-29 14:28:47 +0300
committerEugene Sandulenko2013-09-06 14:51:08 +0300
commit8cceaae590792b8a96b295530288437b17b21437 (patch)
tree2fa1eb2cf1fb8ca3a5ed581f66d34e8605480ad1 /engines/fullpipe/scene.h
parent795a926744d4b39604fe8710a402bdb0cda5f79c (diff)
downloadscummvm-rg350-8cceaae590792b8a96b295530288437b17b21437.tar.gz
scummvm-rg350-8cceaae590792b8a96b295530288437b17b21437.tar.bz2
scummvm-rg350-8cceaae590792b8a96b295530288437b17b21437.zip
FULLPIPE: Implement StaticANIObject::draw()
Diffstat (limited to 'engines/fullpipe/scene.h')
-rw-r--r--engines/fullpipe/scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/scene.h b/engines/fullpipe/scene.h
index d51d113b5e..95528d2e9e 100644
--- a/engines/fullpipe/scene.h
+++ b/engines/fullpipe/scene.h
@@ -30,6 +30,7 @@ namespace Fullpipe {
class Scene : public Background {
friend class FullpipeEngine;
friend class SceneTag;
+ friend class StaticANIObject;
CPtrList _staticANIObjectList1;
CPtrList _staticANIObjectList2;