From 7509ffec339ddd09fe9109717a5c35dbfe127671 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 10 Sep 2013 22:36:14 +0300 Subject: FULLPIPE: Move GameObject::canInteractAny() out of the class --- engines/fullpipe/interaction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/fullpipe/interaction.h') 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: -- cgit v1.2.3