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/actor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/actor.h') diff --git a/engines/scumm/actor.h b/engines/scumm/actor.h index 31200f6296..5dc2f81897 100644 --- a/engines/scumm/actor.h +++ b/engines/scumm/actor.h @@ -22,8 +22,8 @@ */ -#ifndef ACTOR_H -#define ACTOR_H +#ifndef SCUMM_ACTOR_H +#define SCUMM_ACTOR_H #include "common/scummsys.h" #include "scumm/saveload.h" -- cgit v1.2.3