aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/screen.h')
-rw-r--r--engines/xeen/screen.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/xeen/screen.h b/engines/xeen/screen.h
index 3359af8336..02fe74607c 100644
--- a/engines/xeen/screen.h
+++ b/engines/xeen/screen.h
@@ -59,16 +59,12 @@ private:
void updatePalette(const byte *pal, int start, int count16);
public:
- virtual void transBlitFrom(const XSurface &src, const Common::Point &destPos);
-
- virtual void blitFrom(const XSurface &src, const Common::Point &destPos);
+ virtual void addDirtyRect(const Common::Rect &r);
public:
Screen(XeenEngine *vm);
void update();
- void addDirtyRect(const Common::Rect &r);
-
void loadPalette(const Common::String &name);
void loadBackground(const Common::String &name);