aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index d067e40153..5275fa7bc8 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -54,6 +54,7 @@ class Keyboard;
class Talk;
class Hero;
class Bitmap;
+class System;
#define kScrWidth 320
#define kScrHeight 240
@@ -217,6 +218,7 @@ public:
Keyboard *_keyboard;
Talk *_talk;
V3D *_point[kMaxPoint];
+ System *_sys;
private:
void init();
void deinit();