aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-03 22:23:02 +0200
committerEugene Sandulenko2016-09-03 22:56:09 +0200
commit302562de3800e46ff2c07cad4eaef5b13c039776 (patch)
tree65718ed807ab54fd14ebaf7ab08d0b0e189ffa8d /engines/testbed/graphics.h
parentf8fc43be99aae36110b22f2016c9d62f1df2bd28 (diff)
downloadscummvm-rg350-302562de3800e46ff2c07cad4eaef5b13c039776.tar.gz
scummvm-rg350-302562de3800e46ff2c07cad4eaef5b13c039776.tar.bz2
scummvm-rg350-302562de3800e46ff2c07cad4eaef5b13c039776.zip
TESTBED: Added mouse cursor
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h1
1 files changed, 1 insertions, 0 deletions
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);