aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-10 12:40:58 +0000
committerNeeraj Kumar2010-06-10 12:40:58 +0000
commit1032b69f51444fb48e9ba9313180e009513fa33e (patch)
tree6b598807f823e012c3b36f05d2cbf816f3c0a618 /engines/testbed/graphics.h
parent52cf6e4caa04f996bc7f4f78a464564db39de480 (diff)
downloadscummvm-rg350-1032b69f51444fb48e9ba9313180e009513fa33e.tar.gz
scummvm-rg350-1032b69f51444fb48e9ba9313180e009513fa33e.tar.bz2
scummvm-rg350-1032b69f51444fb48e9ba9313180e009513fa33e.zip
some minor changes in the testsuite structure, reduced no. of files per testsuite, fixed some formatting
svn-id: r49571
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index eb84310db7..7c83c87d62 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -5,6 +5,16 @@
namespace Testbed {
+namespace GFXtests {
+// will contain function declarations for GFX tests
+bool fullScreenMode();
+bool aspectRatio();
+bool palettizedCursors();
+bool copyRectToScreen();
+bool mouseMovements();
+// add more here
+}
+
class GFXTestSuite : public Testsuite {
public:
/**