aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/hotspots.h')
-rw-r--r--engines/lure/hotspots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/lure/hotspots.h b/engines/lure/hotspots.h
index 96a02be2a7..c30faa58c5 100644
--- a/engines/lure/hotspots.h
+++ b/engines/lure/hotspots.h
@@ -342,6 +342,9 @@ private:
void npcPause(HotspotData *hotspot);
void npcStartTalking(HotspotData *hotspot);
void npcJumpAddress(HotspotData *hotspot);
+
+ // Auxillaries
+ void doLookAction(HotspotData *hotspot, Action action);
public:
Hotspot(HotspotData *res);
Hotspot(Hotspot *character, uint16 objType);