[Scummvm-cvs-logs] SF.net SVN: scummvm:[49970] scummvm/trunk/engines/sci/graphics/fontsjis.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 18 01:20:39 CEST 2010


Revision: 49970
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49970&view=rev
Author:   thebluegr
Date:     2010-06-17 23:20:39 +0000 (Thu, 17 Jun 2010)

Log Message:
-----------
Reduced header dependency

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/fontsjis.h

Modified: scummvm/trunk/engines/sci/graphics/fontsjis.h
===================================================================
--- scummvm/trunk/engines/sci/graphics/fontsjis.h	2010-06-17 23:14:57 UTC (rev 49969)
+++ scummvm/trunk/engines/sci/graphics/fontsjis.h	2010-06-17 23:20:39 UTC (rev 49970)
@@ -26,10 +26,12 @@
 #ifndef SCI_GRAPHICS_FONTSJIS_H
 #define SCI_GRAPHICS_FONTSJIS_H
 
-#include "graphics/sjis.h"
-
 #include "sci/graphics/helpers.h"
 
+namespace Graphics {
+	class FontSJIS;
+}
+
 namespace Sci {
 
 /**


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