[Scummvm-cvs-logs] CVS: scummvm/gui launcher.cpp,1.47,1.48 options.cpp,1.22,1.23

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


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

Modified Files:
	launcher.cpp options.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: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- launcher.cpp	8 Sep 2003 18:09:32 -0000	1.47
+++ launcher.cpp	17 Sep 2003 22:40:57 -0000	1.48
@@ -32,10 +32,11 @@
 
 #include "backends/fs/fs.h"
 
+#include "base/gameDetector.h"
+#include "base/plugins.h"
+
 #include "common/config-file.h"
 #include "common/engine.h"
-#include "common/gameDetector.h"
-#include "common/plugins.h"
 
 enum {
 	kStartCmd = 'STRT',

Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- options.cpp	12 Jun 2003 18:46:37 -0000	1.22
+++ options.cpp	17 Sep 2003 22:40:58 -0000	1.23
@@ -27,7 +27,7 @@
 
 #include "backends/fs/fs.h"
 #include "common/config-file.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
 
 #if (!( defined(__DC__) || defined(__GP32__)) && !defined(_MSC_VER))
 #include <unistd.h>





More information about the Scummvm-git-logs mailing list