From 569fe8804157c203e95cc90fed48d65e263b5bd8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 17 Jun 2009 05:18:48 +0000 Subject: Added prefices to safeguard defines in order to minimize risk of name clash. svn-id: r41605 --- engines/draci/font.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/draci/font.h') diff --git a/engines/draci/font.h b/engines/draci/font.h index 3e8b120397..12cc8bf9a9 100644 --- a/engines/draci/font.h +++ b/engines/draci/font.h @@ -23,8 +23,8 @@ * */ -#ifndef FONT_H -#define FONT_H +#ifndef DRACI_FONT_H +#define DRACI_FONT_H #include "graphics/font.h" @@ -83,4 +83,4 @@ private: } // End of namespace Draci -#endif // FONT_H +#endif // DRACI_FONT_H -- cgit v1.2.3