svn-id: r21921
This commit is contained in:
Max Horn 2006-04-15 21:29:41 +00:00
parent ce13d8e946
commit 1e47edcd22
3 changed files with 6 additions and 6 deletions

View File

@ -19,8 +19,8 @@
* $Id$
*/
#ifndef FONT_H
#define FONT_H
#ifndef GRAPHICS_FONT_H
#define GRAPHICS_FONT_H
#include "common/str.h"
#include "graphics/surface.h"

View File

@ -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"

View File

@ -19,8 +19,8 @@
* $Id$
*/
#ifndef COMMON_SCALER_H
#define COMMON_SCALER_H
#ifndef GRAPHICS_SCALER_H
#define GRAPHICS_SCALER_H
#include "common/stdafx.h"
#include "common/scummsys.h"