aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.h
diff options
context:
space:
mode:
authorSven Hesse2009-07-05 19:56:03 +0000
committerSven Hesse2009-07-05 19:56:03 +0000
commitdbdce9616c7c1a38d424dd2d7f1566d28f7a1147 (patch)
treeaa55c594a0e10caefb81b1db7df1d09dacbbbe51 /engines/gob/hotspots.h
parentb43664e36810617ac02836d6ea9f50e54787c76a (diff)
downloadscummvm-rg350-dbdce9616c7c1a38d424dd2d7f1566d28f7a1147.tar.gz
scummvm-rg350-dbdce9616c7c1a38d424dd2d7f1566d28f7a1147.tar.bz2
scummvm-rg350-dbdce9616c7c1a38d424dd2d7f1566d28f7a1147.zip
Encapsulating hotspot state reading
svn-id: r42142
Diffstat (limited to 'engines/gob/hotspots.h')
-rw-r--r--engines/gob/hotspots.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/hotspots.h b/engines/gob/hotspots.h
index b8cd883ffd..6d37b4e4a5 100644
--- a/engines/gob/hotspots.h
+++ b/engines/gob/hotspots.h
@@ -107,6 +107,7 @@ private:
MouseButtons getButton() const;
uint8 getWindow() const;
uint8 getCursor() const;
+ uint8 getState() const;
/** Is this hotspot the block end marker? */
bool isEnd() const;