aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-17 05:18:48 +0000
committerEugene Sandulenko2009-06-17 05:18:48 +0000
commit569fe8804157c203e95cc90fed48d65e263b5bd8 (patch)
tree80f8baea5d4bb0da4e00fc8d920cd4410cdd12b0 /engines/draci/font.h
parent997b37eff15485c095181b2b1c3ade24722bdb8f (diff)
downloadscummvm-rg350-569fe8804157c203e95cc90fed48d65e263b5bd8.tar.gz
scummvm-rg350-569fe8804157c203e95cc90fed48d65e263b5bd8.tar.bz2
scummvm-rg350-569fe8804157c203e95cc90fed48d65e263b5bd8.zip
Added prefices to safeguard defines in order to minimize risk of name clash.
svn-id: r41605
Diffstat (limited to 'engines/draci/font.h')
-rw-r--r--engines/draci/font.h6
1 files changed, 3 insertions, 3 deletions
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