[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.293,1.294

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


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

Modified Files:
	simon.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: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -d -r1.293 -r1.294
--- simon.cpp	8 Sep 2003 15:38:34 -0000	1.293
+++ simon.cpp	17 Sep 2003 22:41:00 -0000	1.294
@@ -26,7 +26,7 @@
 #include "sound/mididrv.h"
 #include "common/config-file.h"
 #include "common/file.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
 #include <errno.h>
 #include <time.h>
 





More information about the Scummvm-git-logs mailing list