[Scummvm-cvs-logs] CVS: scummvm/bs2 sword2.cpp,1.29,1.30

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 15:42:08 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv4274/bs2

Modified Files:
	sword2.cpp 
Log Message:
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)

Index: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/sword2.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sword2.cpp	17 Sep 2003 21:06:14 -0000	1.29
+++ sword2.cpp	17 Sep 2003 22:40:55 -0000	1.30
@@ -21,7 +21,7 @@
 #include "stdafx.h"
 #include "driver/driver96.h"
 #include "driver/palette.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
 #include "common/config-file.h"
 #include "build_display.h"
 #include "console.h"





More information about the Scummvm-git-logs mailing list