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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 02:05:34 CEST 2010


Revision: 53386
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53386&view=rev
Author:   sev
Date:     2010-10-13 00:05:33 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
SWORD25: Add path to art.h include

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/image/art.cpp
    scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp
    scummvm/trunk/engines/sword25/module.mk

Modified: scummvm/trunk/engines/sword25/gfx/image/art.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/art.cpp	2010-10-13 00:05:09 UTC (rev 53385)
+++ scummvm/trunk/engines/sword25/gfx/image/art.cpp	2010-10-13 00:05:33 UTC (rev 53386)
@@ -34,7 +34,7 @@
 
 /* Various utility functions RLL finds useful. */
 
-#include "art.h"
+#include "sword25/gfx/image/art.h"
 
 namespace Sword25 {
 

Modified: scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp	2010-10-13 00:05:09 UTC (rev 53385)
+++ scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp	2010-10-13 00:05:33 UTC (rev 53386)
@@ -37,13 +37,12 @@
 // -----------------------------------------------------------------------------
 
 #include "sword25/kernel/bs_stdint.h"
+#include "sword25/gfx/image/art.h"
 #include "sword25/gfx/image/vectorimage.h"
 #include "sword25/gfx/image/renderedimage.h"
 
 #include "graphics/colormasks.h"
 
-#include "art.h"
-
 namespace Sword25 {
 
 #define BS_LOG_PREFIX "VECTORIMAGE"

Modified: scummvm/trunk/engines/sword25/module.mk
===================================================================
--- scummvm/trunk/engines/sword25/module.mk	2010-10-13 00:05:09 UTC (rev 53385)
+++ scummvm/trunk/engines/sword25/module.mk	2010-10-13 00:05:33 UTC (rev 53386)
@@ -27,6 +27,7 @@
 	gfx/staticbitmap.o \
 	gfx/text.o \
 	gfx/timedrenderobject.o \
+	gfx/image/art.o \
 	gfx/image/b25sloader.o \
 	gfx/image/imageloader.o \
 	gfx/image/pngloader.o \
@@ -34,7 +35,6 @@
 	gfx/image/swimage.o \
 	gfx/image/vectorimage.o \
 	gfx/image/vectorimagerenderer.o \
-	gfx/image/art.o \
 	input/inputengine.o \
 	input/inputengine_script.o \
 	kernel/callbackregistry.o \


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