aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-02-19 17:48:19 +0000
committerTorbjörn Andersson2007-02-19 17:48:19 +0000
commita1a16d1579f3192f430627b62d7d181ee92d6c4d (patch)
treed69a4c903789f0af21308ceff7c973f3ef3666a8 /engines/scumm/he/intern_he.h
parent09ad4f1a87d25f82fed50b575adc4fa419aa1c7c (diff)
downloadscummvm-rg350-a1a16d1579f3192f430627b62d7d181ee92d6c4d.tar.gz
scummvm-rg350-a1a16d1579f3192f430627b62d7d181ee92d6c4d.tar.bz2
scummvm-rg350-a1a16d1579f3192f430627b62d7d181ee92d6c4d.zip
Use consistent naming for the preprocessor constants used to guarantee that
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index bb22e04a1d..7cc172dcd7 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef SCUMM_INTERN_HE_H
-#define SCUMM_INTERN_HE_H
+#ifndef SCUMM_HE_INTERN_HE_H
+#define SCUMM_HE_INTERN_HE_H
#include "scumm/intern.h"
#ifndef DISABLE_HE