aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-05-18 13:13:48 +1000
committerPaul Gilbert2013-05-18 13:13:48 +1000
commitb72298fa6f7da9eda854b78a1c69c8365ffdf30c (patch)
tree40454aae2035d02b734d6ddf7903689026d15e07 /engines/voyeur/voyeur.h
parentdb519373c111d8eced7d7fb4148d4655204813bc (diff)
downloadscummvm-rg350-b72298fa6f7da9eda854b78a1c69c8365ffdf30c.tar.gz
scummvm-rg350-b72298fa6f7da9eda854b78a1c69c8365ffdf30c.tar.bz2
scummvm-rg350-b72298fa6f7da9eda854b78a1c69c8365ffdf30c.zip
VOYEUR: Added proper detection entry
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index fe82c9116c..627f7d8108 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -23,6 +23,7 @@
#ifndef VOYEUR_VOYEUR_H
#define VOYEUR_VOYEUR_H
+#include "voyeur/events.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "common/error.h"
@@ -58,7 +59,9 @@ class VoyeurEngine : public Engine {
private:
const VoyeurGameDescription *_gameDescription;
Common::RandomSource _randomSource;
+ EventManager _eventManager;
+ void ESP_Init();
protected:
// Engine APIs
virtual Common::Error run();