From 8935cac6dad9e5628efb00224075ffd5e09100bd Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 12 Feb 2006 19:57:23 +0000 Subject: 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 --- engines/sword2/screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2/screen.h') diff --git a/engines/sword2/screen.h b/engines/sword2/screen.h index 209f5423aa..1a393e53a4 100644 --- a/engines/sword2/screen.h +++ b/engines/sword2/screen.h @@ -19,8 +19,8 @@ * $Id$ */ -#ifndef _BUILD_DISPLAY -#define _BUILD_DISPLAY +#ifndef SWORD2_SCREEN_H +#define SWORD2_SCREEN_H #include "common/rect.h" #include "common/stream.h" -- cgit v1.2.3