[Scummvm-cvs-logs] CVS: scummvm/sky control.cpp,1.55,1.56 logic.cpp,1.134,1.135 sky.cpp,1.111,1.112

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


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

Modified Files:
	control.cpp logic.cpp sky.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: control.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/control.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- control.cpp	10 Aug 2003 20:50:50 -0000	1.55
+++ control.cpp	17 Sep 2003 22:41:01 -0000	1.56
@@ -23,7 +23,7 @@
 #include "sky/skydefs.h"
 #include "sky/sky.h"
 #include "common/file.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
 
 #ifdef _WIN32_WCE
 extern void force_keyboard(bool);

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- logic.cpp	13 Sep 2003 01:45:12 -0000	1.134
+++ logic.cpp	17 Sep 2003 22:41:01 -0000	1.135
@@ -25,7 +25,7 @@
 #include "sky/compact.h"
 #include "sky/skydefs.h"
 #include "sky/talks.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
 
 uint32 SkyLogic::_scriptVariables[838];
 

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- sky.cpp	13 Sep 2003 01:45:12 -0000	1.111
+++ sky.cpp	17 Sep 2003 22:41:01 -0000	1.112
@@ -26,8 +26,8 @@
 #include "sky/logic.h"
 #include "sky/debug.h"
 #include "sky/mouse.h"
+#include "base/gameDetector.h"
 #include "common/file.h"
-#include "common/gameDetector.h"
 #include <errno.h>
 #include <time.h>
 





More information about the Scummvm-git-logs mailing list