aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index ed69e9260e..9eb2c835a4 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -59,9 +59,7 @@ struct Font {
};
class Screen {
- friend class Debugger_v1;
public:
-
enum {
SCREEN_W = 320,
SCREEN_H = 200,
@@ -97,7 +95,10 @@ public:
Screen(KyraEngine *vm, OSystem *system);
virtual ~Screen();
+ // init
virtual bool init();
+ virtual void setResolution();
+
void updateScreen();
@@ -349,9 +350,6 @@ protected:
int _drawShapeVar4;
int _drawShapeVar5;
- // init
- virtual void setResolution();
-
// debug
bool _debugEnabled;
};