[Scummvm-cvs-logs] CVS: scummvm/sword1 objectman.h,1.9,1.10 sound.h,1.21,1.22 sword1.cpp,1.88,1.89

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Jun 24 08:57:41 CEST 2005


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4022

Modified Files:
	objectman.h sound.h sword1.cpp 
Log Message:
For consistency, specify directory when including files.


Index: objectman.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/objectman.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- objectman.h	1 Jan 2005 16:09:25 -0000	1.9
+++ objectman.h	24 Jun 2005 15:56:27 -0000	1.10
@@ -24,7 +24,7 @@
 #ifndef OBJECTMAN_H
 #define OBJECTMAN_H
 
-#include "resman.h"
+#include "sword1/resman.h"
 #include "sword1/sworddefs.h"
 #include "sword1/object.h"
 

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sound.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sound.h	11 May 2005 00:01:37 -0000	1.21
+++ sound.h	24 Jun 2005 15:56:27 -0000	1.22
@@ -23,7 +23,7 @@
 #define BSSOUND_H
 
 #include "sword1/object.h"
-#include "sworddefs.h"
+#include "sword1/sworddefs.h"
 #include "common/file.h"
 #include "sound/mixer.h"
 #include "common/util.h"

Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- sword1.cpp	24 Jun 2005 15:23:51 -0000	1.88
+++ sword1.cpp	24 Jun 2005 15:56:27 -0000	1.89
@@ -20,7 +20,7 @@
  */
 
 #include "common/stdafx.h"
-#include "sword1.h"
+#include "sword1/sword1.h"
 
 #include "backends/fs/fs.h"
 





More information about the Scummvm-git-logs mailing list