aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/scripts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/scripts.h')
-rw-r--r--engines/lure/scripts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/scripts.h b/engines/lure/scripts.h
index 78c950585d..7aa6a4e274 100644
--- a/engines/lure/scripts.h
+++ b/engines/lure/scripts.h
@@ -89,6 +89,7 @@ public:
static void remoteRoomViewSetup(uint16 v1, uint16 v2, uint16 v3);
static void getDoorBlocked(uint16 hotspotId, uint16 v2, uint16 v3);
static void isSkorlInCell(uint16 v1, uint16 v2, uint16 v3);
+ static void setBlockingHotspotScript(uint16 charId, uint16 scriptIndex, uint16 v3);
static void decrInventoryItems(uint16 v1, uint16 v2, uint16 v3);
static void setFrameNumber(uint16 hotspotId, uint16 offset, uint16 v3);
static void disableHotspot(uint16 hotspotId, uint16 v2, uint16 v3);