aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/hopkins.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/hopkins.h')
-rw-r--r--engines/hopkins/hopkins.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h
index 57dc3ea7ad..e9976e5be4 100644
--- a/engines/hopkins/hopkins.h
+++ b/engines/hopkins/hopkins.h
@@ -30,6 +30,8 @@
#include "common/hash-str.h"
#include "common/util.h"
#include "engines/engine.h"
+#include "graphics/surface.h"
+#include "hopkins/events.h"
#include "hopkins/globals.h"
/**
@@ -60,11 +62,16 @@ class HopkinsEngine : public Engine {
private:
const HopkinsGameDescription *_gameDescription;
Common::RandomSource _randomSource;
+ Graphics::Surface VESA_SCREEN;
+ Graphics::Surface VESA_BUFFER;
+ Mouse _mouse;
/**
* Processes the loaded list of ini file parameters
*/
void processIniParams(Common::StringMap &iniParams);
+
+ void INIT_SYSTEM();
protected:
// Engine APIs
virtual Common::Error run();