aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/hotspot.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-26 04:10:32 +0200
committerJohannes Schickel2012-09-26 04:11:09 +0200
commita6c6c74350bb673c178d9756a1625ca128d24f21 (patch)
tree5d88c0cef3a2b40fdfe6e10d8b20904ff75bddf8 /engines/pegasus/hotspot.h
parentd9b204b78ea2c7636af7e8fcffd67065a6d08d84 (diff)
downloadscummvm-rg350-a6c6c74350bb673c178d9756a1625ca128d24f21.tar.gz
scummvm-rg350-a6c6c74350bb673c178d9756a1625ca128d24f21.tar.bz2
scummvm-rg350-a6c6c74350bb673c178d9756a1625ca128d24f21.zip
PEGASUS: Remove trailing whitespaces.
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
Diffstat (limited to 'engines/pegasus/hotspot.h')
-rw-r--r--engines/pegasus/hotspot.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/pegasus/hotspot.h b/engines/pegasus/hotspot.h
index 623609d862..64d3fb19f9 100644
--- a/engines/pegasus/hotspot.h
+++ b/engines/pegasus/hotspot.h
@@ -36,10 +36,10 @@
/*
Hot spots combine a pixel area, an ID value and an active flag.
-
+
A point is considered in a hot spot if the point is in the hot spot's pixel area and
the active flag is set.
-
+
In addition, hot spots have a 32 bit word of bit flags for filtering use.
*/
@@ -95,18 +95,18 @@ public:
void getArea(Region &) const;
void getCenter(Common::Point&) const;
void getCenter(CoordType&, CoordType&) const;
-
+
void moveSpotTo(const CoordType, const CoordType);
void moveSpotTo(const Common::Point);
void moveSpot(const CoordType, const CoordType);
void moveSpot(const Common::Point);
-
+
bool pointInSpot(const Common::Point) const;
-
+
void setActive();
void setInactive();
bool isSpotActive() const;
-
+
HotSpotFlags getHotspotFlags() const;
void setHotspotFlags(const HotSpotFlags);
void setMaskedHotspotFlags(const HotSpotFlags flags, const HotSpotFlags mask);
@@ -135,7 +135,7 @@ public:
void activateOneHotspot(const HotSpotID);
void deactivateOneHotspot(const HotSpotID);
-
+
void removeOneHotspot(const HotSpotID);
void removeMaskedHotspots(const HotSpotFlags = kNoHotSpotFlags);