From a1a16d1579f3192f430627b62d7d181ee92d6c4d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 19 Feb 2007 17:48:19 +0000 Subject: 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 --- engines/scumm/base-costume.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/base-costume.h') diff --git a/engines/scumm/base-costume.h b/engines/scumm/base-costume.h index 3e8d84a9ee..02930c6603 100644 --- a/engines/scumm/base-costume.h +++ b/engines/scumm/base-costume.h @@ -21,8 +21,8 @@ * */ -#ifndef BASE_COSTUME_H -#define BASE_COSTUME_H +#ifndef SCUMM_BASE_COSTUME_H +#define SCUMM_BASE_COSTUME_H #include "common/scummsys.h" #include "scumm/actor.h" // for CostumeData -- cgit v1.2.3