aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-05 08:09:09 +1000
committerPaul Gilbert2012-10-05 08:09:09 +1000
commit86bf409540a6a7767bd57f51c134bf1ff21ae1ab (patch)
tree6b9cc4716446be00e363fb6feeccb2c6654ad28b /engines/hopkins/graphics.h
parent52166834d5e84c6a20e1782489d6ae0623ae5aaa (diff)
downloadscummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.tar.gz
scummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.tar.bz2
scummvm-rg350-86bf409540a6a7767bd57f51c134bf1ff21ae1ab.zip
HOPKINS: Implemented sequence player
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 0622e3678f..59febac9f1 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -146,6 +146,7 @@ public:
void Copy_WinScan_Vbe3(const byte *sourceSurface, byte *destSurface);
void Copy_Video_Vbe3(const byte *surface);
void Copy_Video_Vbe16(const byte *surface);
+ void Copy_Video_Vbe16a(const byte *surface);
void Capture_Mem(const byte *srcSurface, byte *destSurface, int xs, int ys, unsigned int width, int height);
/**
@@ -179,6 +180,8 @@ public:
void NB_SCREEN();
void SHOW_PALETTE();
void videkey();
+ void Copy_WinScan_Vbe(const byte *srcP, byte *destP);
+ void Copy_Video_Vbe(const byte *src);
};
} // End of namespace Hopkins