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/smush/smush_font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/smush/smush_font.h') diff --git a/engines/scumm/smush/smush_font.h b/engines/scumm/smush/smush_font.h index 65bee940c2..6e38f0b31f 100644 --- a/engines/scumm/smush/smush_font.h +++ b/engines/scumm/smush/smush_font.h @@ -20,8 +20,8 @@ * */ -#ifndef SMUSH_FONT_H -#define SMUSH_FONT_H +#ifndef SCUMM_SMUSH_FONT_H +#define SCUMM_SMUSH_FONT_H #include "common/scummsys.h" #include "scumm/nut_renderer.h" -- cgit v1.2.3