aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/files.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-14 11:39:15 -0500
committerPaul Gilbert2013-12-14 11:39:15 -0500
commit49d50afb4728d6a5773fb8faeac3629bf56953ee (patch)
tree214c4fd96196138f0adab4111890921facbf3b2b /engines/voyeur/files.h
parentdebe14fc5089a7be9edc1a86843c0213f48c6af4 (diff)
downloadscummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.gz
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.bz2
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.zip
VOYEUR: In progress implementation of doInterface
Diffstat (limited to 'engines/voyeur/files.h')
-rw-r--r--engines/voyeur/files.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/voyeur/files.h b/engines/voyeur/files.h
index 98e0aa206c..03862838cc 100644
--- a/engines/voyeur/files.h
+++ b/engines/voyeur/files.h
@@ -421,6 +421,10 @@ public:
static CMapResource *_cmd14Pal;
static void initUseCount();
static void unloadAllStacks(VoyeurEngine *vm);
+ static int _currentMouseX;
+ static int _currentMouseY;
+
+ static void init();
private:
bool getStateInfo();
byte *getDataOffset();