aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/hotspots.h
diff options
context:
space:
mode:
authorMax Horn2007-09-08 11:18:35 +0000
committerMax Horn2007-09-08 11:18:35 +0000
commitefbef7880b147678f2bf76624988a32a06c1c449 (patch)
treecee439b1f3f2a808307d380a2081605f42e57005 /engines/lure/hotspots.h
parent127900b33c8e7c817e9b676064e832192d8e7bc7 (diff)
downloadscummvm-rg350-efbef7880b147678f2bf76624988a32a06c1c449.tar.gz
scummvm-rg350-efbef7880b147678f2bf76624988a32a06c1c449.tar.bz2
scummvm-rg350-efbef7880b147678f2bf76624988a32a06c1c449.zip
Fixed code formatting (hanging braces); added static/const keywords to data tables; merged Hotspot::doLookAt and doLookThrough code
svn-id: r28880
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);