aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 54cd58ebd4..46bd9932a7 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -9,14 +9,18 @@ namespace GFXtests {
// Helper functions for GFX tests
void drawEllipse(int x, int y, int a, int b);
+void drawCursor(const char *gfxModeName = 0, int cursorTargetScale = 1);
// will contain function declarations for GFX tests
bool fullScreenMode();
bool aspectRatio();
bool palettizedCursors();
bool copyRectToScreen();
-bool mouseMovements();
bool iconifyWindow();
+bool scaledCursors();
+bool shakingEffect();
+bool focusRectangle();
+bool overlayGraphics();
// add more here
}
@@ -33,7 +37,7 @@ public:
GFXTestSuite();
~GFXTestSuite(){}
void execute();
- const char *getName();
+ const char *getName() const;
static void setCustomColor(uint r, uint g, uint b);
private: