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/touche/touche.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/touche') diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 33c415d9dc..c76532b302 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -20,8 +20,8 @@ * */ -#ifndef TOUCHE_ENGINE_H -#define TOUCHE_ENGINE_H +#ifndef TOUCHE_TOUCHE_H +#define TOUCHE_TOUCHE_H #include "common/array.h" #include "common/endian.h" -- cgit v1.2.3