[Scummvm-cvs-logs] SF.net SVN: scummvm: [21921] scummvm/trunk/graphics
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Apr 15 14:30:02 CEST 2006
Revision: 21921
Author: fingolfin
Date: 2006-04-15 14:29:41 -0700 (Sat, 15 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21921&view=rev
Log Message:
-----------
cleanup
Modified Paths:
--------------
scummvm/trunk/graphics/font.h
scummvm/trunk/graphics/fontman.h
scummvm/trunk/graphics/scaler.h
Modified: scummvm/trunk/graphics/font.h
===================================================================
--- scummvm/trunk/graphics/font.h 2006-04-15 21:27:56 UTC (rev 21920)
+++ scummvm/trunk/graphics/font.h 2006-04-15 21:29:41 UTC (rev 21921)
@@ -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"
Modified: scummvm/trunk/graphics/fontman.h
===================================================================
--- scummvm/trunk/graphics/fontman.h 2006-04-15 21:27:56 UTC (rev 21920)
+++ scummvm/trunk/graphics/fontman.h 2006-04-15 21:29:41 UTC (rev 21921)
@@ -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"
Modified: scummvm/trunk/graphics/scaler.h
===================================================================
--- scummvm/trunk/graphics/scaler.h 2006-04-15 21:27:56 UTC (rev 21920)
+++ scummvm/trunk/graphics/scaler.h 2006-04-15 21:29:41 UTC (rev 21921)
@@ -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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list