aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-20 22:51:31 -0500
committerPaul Gilbert2013-12-20 22:51:31 -0500
commit171d1594899e7064f2ebbbafd0f7b7858aaa2444 (patch)
tree9f22a3d3d1adc34649874137eb66a131ce542811 /engines/voyeur/events.h
parenta73ea5c3dc0bfd8c5ad6909fcf74cb51fffe3702 (diff)
downloadscummvm-rg350-171d1594899e7064f2ebbbafd0f7b7858aaa2444.tar.gz
scummvm-rg350-171d1594899e7064f2ebbbafd0f7b7858aaa2444.tar.bz2
scummvm-rg350-171d1594899e7064f2ebbbafd0f7b7858aaa2444.zip
VOYEUR: Implemented doRoom method
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 0db1281706..494b90d6de 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -85,6 +85,10 @@ public:
int _field476;
int _field478;
int _field47A;
+ int _field4AC;
+ int _field4AE[5];
+ int _field4B8;
+
int _field4E2;
Common::Rect _rect4E4;
int _field4EC;
@@ -216,6 +220,7 @@ public:
void setCursorColor(int idx, int mode);
void mouseOn();
void mouseOff();
+ void hideCursor();
Common::Point getMousePos() { return _mousePos; }
void getMouseInfo();
void checkForKey();