diff options
Diffstat (limited to 'engines/fullpipe/interaction.h')
-rw-r--r-- | engines/fullpipe/interaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h index f968cca8ee..456b35458b 100644 --- a/engines/fullpipe/interaction.h +++ b/engines/fullpipe/interaction.h @@ -79,6 +79,8 @@ class InteractionController : public CObject { void sortInteractions(int sceneId); bool handleInteraction(StaticANIObject *subj, GameObject *obj, int invId); + + Interaction *getInteractionByObjectIds(int obId, int obId2, int obId3); }; struct EntranceInfo { |