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/verbs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/verbs.h') diff --git a/engines/scumm/verbs.h b/engines/scumm/verbs.h index 87cf7f3955..46ef502cba 100644 --- a/engines/scumm/verbs.h +++ b/engines/scumm/verbs.h @@ -19,8 +19,8 @@ * $Id$ */ -#ifndef VERBS_H -#define VERBS_H +#ifndef SCUMM_VERBS_H +#define SCUMM_VERBS_H #include "common/scummsys.h" #include "common/rect.h" -- cgit v1.2.3