From 302562de3800e46ff2c07cad4eaef5b13c039776 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Sep 2016 22:23:02 +0200 Subject: TESTBED: Added mouse cursor --- engines/testbed/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/testbed/graphics.h') diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h index 139eeb97dd..ebb7b40be8 100644 --- a/engines/testbed/graphics.h +++ b/engines/testbed/graphics.h @@ -33,6 +33,7 @@ namespace GFXtests { void drawEllipse(int x, int y, int a, int b); void setupMouseLoop(bool disableCursorPalette = false, const char *gfxModeName = "", int cursorTargetScale = 1); void initMousePalette(); +void initMouseCursor(); Common::Rect computeSize(const Common::Rect &cursorRect, int scalingFactor, int cursorTargetScale); void HSVtoRGB(int &rComp, int &gComp, int &bComp, int hue, int sat, int val); Common::Rect drawCursor(bool cursorPaletteDisabled = false, int cursorTargetScale = 1); -- cgit v1.2.3