aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-26 21:28:50 +0000
committerNeeraj Kumar2010-06-26 21:28:50 +0000
commitcea663adb6279b8693ae9cec5224dac131121b8f (patch)
treed12516c9a6a13014d07c7bcf1844b30f441c6b05 /engines/testbed/graphics.h
parente537ce48bbbdbb0e322370c984e5f906052db003 (diff)
downloadscummvm-rg350-cea663adb6279b8693ae9cec5224dac131121b8f.tar.gz
scummvm-rg350-cea663adb6279b8693ae9cec5224dac131121b8f.tar.bz2
scummvm-rg350-cea663adb6279b8693ae9cec5224dac131121b8f.zip
renamed the guards in header files
svn-id: r50344
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 1c044e73ab..92f2668292 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -22,8 +22,8 @@
* $Id$
*/
-#ifndef GRAPHICS_H
-#define GRAPHICS_H
+#ifndef TESTBED_GRAPHICS_H
+#define TESTBED_GRAPHICS_H
#include "testbed/testsuite.h"