aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/debug.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-02-12 19:57:23 +0000
committerTorbjörn Andersson2006-02-12 19:57:23 +0000
commit8935cac6dad9e5628efb00224075ffd5e09100bd (patch)
tree6c6f87cc3221d710a1f4b18798069389c389b67d /engines/sword2/debug.h
parentff25c5c90a304f3d890fba06d0886a5654110656 (diff)
downloadscummvm-rg350-8935cac6dad9e5628efb00224075ffd5e09100bd.tar.gz
scummvm-rg350-8935cac6dad9e5628efb00224075ffd5e09100bd.tar.bz2
scummvm-rg350-8935cac6dad9e5628efb00224075ffd5e09100bd.zip
Standardized the preprocessor constants used to prevent double inclusion of
header files. Each now begins with "SWORD2_" and ends with "_H". (Well, except for "SWORD2_H", since I didn't want to name it "SWORD2_SWORD2_H".) svn-id: r20655
Diffstat (limited to 'engines/sword2/debug.h')
-rw-r--r--engines/sword2/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/debug.h b/engines/sword2/debug.h
index 9b0b40f9ec..9832c471d0 100644
--- a/engines/sword2/debug.h
+++ b/engines/sword2/debug.h
@@ -19,8 +19,8 @@
* $Id$
*/
-#ifndef D_DEBUG
-#define D_DEBUG
+#ifndef SWORD2_DEBUG_H
+#define SWORD2_DEBUG_H
// FIXME: I don't know how large this constant used to be
#define MAX_DEBUG_TEXTS 55