aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-14 20:15:15 +0000
committerNeeraj Kumar2010-06-14 20:15:15 +0000
commitaf60633d6873f4071fcae95c6b5681c9b27ee6a4 (patch)
treeee8c9500d2b66b2d676f7bda04837d1f9b31ab95 /engines/testbed/graphics.h
parent889013b54623930f49e834010fd394e774dd9dd7 (diff)
downloadscummvm-rg350-af60633d6873f4071fcae95c6b5681c9b27ee6a4.tar.gz
scummvm-rg350-af60633d6873f4071fcae95c6b5681c9b27ee6a4.tar.bz2
scummvm-rg350-af60633d6873f4071fcae95c6b5681c9b27ee6a4.zip
added some features suggested by jordi, needs more work although
svn-id: r49668
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 46bd9932a7..57f6a2c5c6 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -36,7 +36,6 @@ public:
*/
GFXTestSuite();
~GFXTestSuite(){}
- void execute();
const char *getName() const;
static void setCustomColor(uint r, uint g, uint b);