aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/utils.h')
-rw-r--r--engines/lab/utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lab/utils.h b/engines/lab/utils.h
index 4fa168dd54..441473672c 100644
--- a/engines/lab/utils.h
+++ b/engines/lab/utils.h
@@ -52,8 +52,7 @@ public:
int16 vgaScaleX(int16 x);
int16 vgaScaleY(int16 y);
uint16 svgaCord(uint16 cord);
- int vgaUnscaleX(int x);
- int vgaUnscaleY(int y);
+ Common::Point vgaUnscale(Common::Point pos);
void unDiff(byte *newBuf, byte *oldBuf, byte *diffData, uint16 bytesperrow, bool isV);
void runLengthDecode(byte *dest, byte *source);
void VRunLengthDecode(byte *dest, byte *source, uint16 bytesPerRow);