diff options
author | Max Horn | 2006-04-15 21:29:41 +0000 |
---|---|---|
committer | Max Horn | 2006-04-15 21:29:41 +0000 |
commit | 1e47edcd2244f951bd2a22502ae45fb26cd2d66a (patch) | |
tree | b6debfe6f8ffb35f99dcf34f88b9fe6b753ad4dc /graphics/fontman.h | |
parent | ce13d8e946182f1daeb734a4a015d936a8e34ffb (diff) | |
download | scummvm-rg350-1e47edcd2244f951bd2a22502ae45fb26cd2d66a.tar.gz scummvm-rg350-1e47edcd2244f951bd2a22502ae45fb26cd2d66a.tar.bz2 scummvm-rg350-1e47edcd2244f951bd2a22502ae45fb26cd2d66a.zip |
cleanup
svn-id: r21921
Diffstat (limited to 'graphics/fontman.h')
-rw-r--r-- | graphics/fontman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fontman.h b/graphics/fontman.h index 6d214657b9..fb73286e3d 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -19,8 +19,8 @@ * $Id$ */ -#ifndef FONTMAN_H -#define FONTMAN_H +#ifndef GRAPHICS_FONTMAN_H +#define GRAPHICS_FONTMAN_H #include "common/stdafx.h" #include "common/scummsys.h" |