aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-24 21:54:54 +1100
committerPaul Gilbert2012-10-24 21:54:54 +1100
commit9d93fca8d32c5b96e251380babb9af5bf5301d99 (patch)
treeecc8eded3b3b327ee62a9ea1c4c8eff97cb86059 /engines/hopkins/graphics.h
parent39bc683a18837ab60f456d3e9711d966bc417567 (diff)
downloadscummvm-rg350-9d93fca8d32c5b96e251380babb9af5bf5301d99.tar.gz
scummvm-rg350-9d93fca8d32c5b96e251380babb9af5bf5301d99.tar.bz2
scummvm-rg350-9d93fca8d32c5b96e251380babb9af5bf5301d99.zip
HOPKINS: Manually implemented Reduc_Ecran
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index ff589b9061..18f600a184 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -183,7 +183,7 @@ public:
void videkey();
void Copy_WinScan_Vbe(const byte *srcP, byte *destP);
void Copy_Video_Vbe(const byte *src);
- void Reduc_Ecran(byte *a1, byte *a2, int a3, int a4, int a5, int a6, int a7);
+ void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
void Plot_Hline(byte *surface, int xp, int yp, unsigned int width, byte col);
void Plot_Vline(byte *surface, int xp, int yp, int height, char col);
};