aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-07-18 09:08:18 +0000
committerNeeraj Kumar2010-07-18 09:08:18 +0000
commitb6c2be3bb9eed92a6e583844d7197093dd42ef50 (patch)
tree19307122a31b432cd66b925ff5b4a4ecb21f1dda /engines/testbed/graphics.h
parent07a9a03587ff0df916ac77b9518fdae97ecc4c64 (diff)
downloadscummvm-rg350-b6c2be3bb9eed92a6e583844d7197093dd42ef50.tar.gz
scummvm-rg350-b6c2be3bb9eed92a6e583844d7197093dd42ef50.tar.bz2
scummvm-rg350-b6c2be3bb9eed92a6e583844d7197093dd42ef50.zip
Some more improvements in the TestbedListWidget and added description method in testsuite class
svn-id: r50984
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index ad3eff301b..e26a0e8fc1 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -68,7 +68,12 @@ public:
*/
GFXTestSuite();
~GFXTestSuite() {}
- const char *getName() const;
+ const char *getName() const {
+ return "GFX";
+ }
+ const char *getDescription() const {
+ return "Graphics Subsystem";
+ }
static void setCustomColor(uint r, uint g, uint b);
private: