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/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2/sound.h') diff --git a/engines/sword2/sound.h b/engines/sword2/sound.h index 7390a60bbc..1e8629b062 100644 --- a/engines/sword2/sound.h +++ b/engines/sword2/sound.h @@ -29,8 +29,8 @@ * ****************************************************************************/ -#ifndef SOUND_H -#define SOUND_H +#ifndef SWORD2_SOUND_H +#define SWORD2_SOUND_H #include "common/file.h" #include "sound/audiostream.h" -- cgit v1.2.3