From 33abb6118f9551c6a4afc05ad35de6f630ccb152 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 17 May 2016 18:20:01 +0200 Subject: ALL: Change main engine header guard defines to __H Recently we started to use this as new semantics, although in the past we used simly _H. Now these guard defines are consistent with rest of the files which are used in the engines. --- engines/sword2/sword2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword2') diff --git a/engines/sword2/sword2.h b/engines/sword2/sword2.h index ef5c2b215e..65d1a955fb 100644 --- a/engines/sword2/sword2.h +++ b/engines/sword2/sword2.h @@ -22,8 +22,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef SWORD2_H -#define SWORD2_H +#ifndef SWORD2_SWORD2_H +#define SWORD2_SWORD2_H #define FRAMES_PER_SECOND 12 -- cgit v1.2.3