aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/interaction.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-10 22:36:14 +0300
committerEugene Sandulenko2013-09-10 22:36:14 +0300
commit7509ffec339ddd09fe9109717a5c35dbfe127671 (patch)
treeac209d77e70a6241f71d3fb7e7f6eafff87c6850 /engines/fullpipe/interaction.h
parentf628b7e20d48402be093e1b334a416a0f381f94c (diff)
downloadscummvm-rg350-7509ffec339ddd09fe9109717a5c35dbfe127671.tar.gz
scummvm-rg350-7509ffec339ddd09fe9109717a5c35dbfe127671.tar.bz2
scummvm-rg350-7509ffec339ddd09fe9109717a5c35dbfe127671.zip
FULLPIPE: Move GameObject::canInteractAny() out of the class
Diffstat (limited to 'engines/fullpipe/interaction.h')
-rw-r--r--engines/fullpipe/interaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h
index e3090334fe..28a03fb496 100644
--- a/engines/fullpipe/interaction.h
+++ b/engines/fullpipe/interaction.h
@@ -32,6 +32,8 @@ class MessageQueue;
class StaticANIObject;
int handleObjectInteraction(StaticANIObject *subject, GameObject *object, int invId);
+bool canInteractAny(GameObject *obj1, GameObject *obj2, int invId);
+
class CInteraction : public CObject {
public: