aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/header.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/header.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/header.h')
-rw-r--r--engines/sword2/header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/header.h b/engines/sword2/header.h
index 9aefa52832..f5cfec6416 100644
--- a/engines/sword2/header.h
+++ b/engines/sword2/header.h
@@ -19,8 +19,8 @@
* $Id$
*/
-#ifndef _HEADER
-#define _HEADER
+#ifndef SWORD2_HEADER_H
+#define SWORD2_HEADER_H
#include "common/stream.h"