aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-20 23:30:28 +1000
committerPaul Gilbert2012-09-20 23:30:28 +1000
commit391e3da119b7cf7be8a9422e8fe390a2b5e55398 (patch)
tree5f917511baf437f89fa79fc26145e785643618be /engines/hopkins/graphics.h
parent0ef0ff60993533c58ffec0c02d8c1742b92cc914 (diff)
downloadscummvm-rg350-391e3da119b7cf7be8a9422e8fe390a2b5e55398.tar.gz
scummvm-rg350-391e3da119b7cf7be8a9422e8fe390a2b5e55398.tar.bz2
scummvm-rg350-391e3da119b7cf7be8a9422e8fe390a2b5e55398.zip
HOPKINS: Implemented Affiche_Segment_Vesa and support methods
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index d57c7b063a..222ba2edd7 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -91,7 +91,7 @@ public:
int clip_x, clip_y;
int clip_x1, clip_y1;
bool clip_flag;
-
+ int SDL_NBLOCS;
public:
GraphicsManager();
~GraphicsManager();
@@ -116,6 +116,8 @@ public:
void m_scroll2A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
+ void Copy_Vga(const byte *surface, int xp, int yp, int width, int height, int destX, int destY);
+ void Copy_Vga16(const byte *surface, int xp, int yp, int width, int height, int destX, int destY);
void fade_in(const byte *palette, int step, const byte *surface);
void fade_out(const byte *palette, int step, const byte *surface);
void FADE_INS();