[Scummvm-cvs-logs] SF.net SVN: scummvm:[53359] scummvm/trunk/engines/sword25/gfx

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:53:07 CEST 2010


Revision: 53359
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53359&view=rev
Author:   sev
Date:     2010-10-12 23:53:07 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Adjust the paths accordingly

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/dynamicbitmap.h
    scummvm/trunk/engines/sword25/gfx/graphicengine.cpp
    scummvm/trunk/engines/sword25/gfx/image/glimage.cpp
    scummvm/trunk/engines/sword25/gfx/image/swimage.cpp
    scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp

Modified: scummvm/trunk/engines/sword25/gfx/dynamicbitmap.h
===================================================================
--- scummvm/trunk/engines/sword25/gfx/dynamicbitmap.h	2010-10-12 23:52:37 UTC (rev 53358)
+++ scummvm/trunk/engines/sword25/gfx/dynamicbitmap.h	2010-10-12 23:53:07 UTC (rev 53359)
@@ -42,7 +42,7 @@
 
 #include "sword25/kernel/common.h"
 #include "sword25/gfx/bitmap.h"
-#include "sword25/gfx/opengl/glimage.h"
+#include "sword25/gfx/image/glimage.h"
 
 #include "common/ptr.h"
 

Modified: scummvm/trunk/engines/sword25/gfx/graphicengine.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/graphicengine.cpp	2010-10-12 23:52:37 UTC (rev 53358)
+++ scummvm/trunk/engines/sword25/gfx/graphicengine.cpp	2010-10-12 23:53:07 UTC (rev 53359)
@@ -42,9 +42,9 @@
 #include "sword25/gfx/panel.h"
 #include "sword25/gfx/renderobjectmanager.h"
 #include "sword25/gfx/screenshot.h"
+#include "sword25/gfx/image/glimage.h"
+#include "sword25/gfx/image/swimage.h"
 #include "sword25/gfx/image/vectorimage.h"
-#include "sword25/gfx/opengl/glimage.h"
-#include "sword25/gfx/opengl/swimage.h"
 #include "sword25/package/packagemanager.h"
 #include "sword25/kernel/inputpersistenceblock.h"
 #include "sword25/kernel/outputpersistenceblock.h"

Modified: scummvm/trunk/engines/sword25/gfx/image/glimage.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/glimage.cpp	2010-10-12 23:52:37 UTC (rev 53358)
+++ scummvm/trunk/engines/sword25/gfx/image/glimage.cpp	2010-10-12 23:53:07 UTC (rev 53359)
@@ -38,8 +38,7 @@
 
 #include "sword25/package/packagemanager.h"
 #include "sword25/gfx/image/imageloader.h"
-#include "sword25/gfx/opengl/openglgfx.h"
-#include "sword25/gfx/opengl/glimage.h"
+#include "sword25/gfx/image/glimage.h"
 
 #include "common/system.h"
 

Modified: scummvm/trunk/engines/sword25/gfx/image/swimage.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/swimage.cpp	2010-10-12 23:52:37 UTC (rev 53358)
+++ scummvm/trunk/engines/sword25/gfx/image/swimage.cpp	2010-10-12 23:53:07 UTC (rev 53359)
@@ -38,9 +38,8 @@
 
 #include "sword25/package/packagemanager.h"
 #include "sword25/gfx/image/imageloader.h"
+#include "sword25/gfx/image/swimage.h"
 
-#include "sword25/gfx/opengl/swimage.h"
-
 namespace Sword25 {
 
 #define BS_LOG_PREFIX "SWIMAGE"

Modified: scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp	2010-10-12 23:52:37 UTC (rev 53358)
+++ scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp	2010-10-12 23:53:07 UTC (rev 53359)
@@ -43,7 +43,7 @@
 
 #include "art.h"
 
-#include "sword25/gfx/opengl/glimage.h"
+#include "sword25/gfx/image/glimage.h"
 
 namespace Sword25 {
 


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