aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-24 22:12:00 +0300
committerEugene Sandulenko2013-09-06 14:51:19 +0300
commitee18a545549f7ab58d3da2ca67fb6824b498b6d6 (patch)
tree3c130659a39525926b0bf84995bb8fdcf2ee7b2a /engines/fullpipe/statics.h
parent3e4670e6be0b0ea77044355cb1d2c25704564cd1 (diff)
downloadscummvm-rg350-ee18a545549f7ab58d3da2ca67fb6824b498b6d6.tar.gz
scummvm-rg350-ee18a545549f7ab58d3da2ca67fb6824b498b6d6.tar.bz2
scummvm-rg350-ee18a545549f7ab58d3da2ca67fb6824b498b6d6.zip
FULLPIPE: Implemented FullpipeEngine::updateCursorsCommon()
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 95030180c3..e4e2c1f602 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -230,6 +230,8 @@ class StaticANIObject : public GameObject {
MessageQueue *changeStatics1(int msgNum);
void changeStatics2(int objId);
+
+ bool canInteractAny(GameObject *obj2, int a3);
};
struct MovTable {