From 1032b69f51444fb48e9ba9313180e009513fa33e Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Thu, 10 Jun 2010 12:40:58 +0000 Subject: some minor changes in the testsuite structure, reduced no. of files per testsuite, fixed some formatting svn-id: r49571 --- engines/testbed/graphics.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/testbed/graphics.h') 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: /** -- cgit v1.2.3