[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.1,1.2 sdl.cpp,1.2,1.3 sdl_gl.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Sat Sep 7 18:09:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory usw-pr-cvs1:/tmp/cvs-serv12143/backends/sdl

Modified Files:
	sdl-common.cpp sdl.cpp sdl_gl.cpp 
Log Message:
rewrote config class; cleanup; code restructuring

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sdl-common.cpp	24 Aug 2002 10:41:32 -0000	1.1
+++ sdl-common.cpp	8 Sep 2002 01:08:11 -0000	1.2
@@ -21,9 +21,9 @@
 
 #include "sdl-common.h"
 #include "sound/mididrv.h"
-#include "gameDetector.h"
-#include "scaler.h"
-#include "scumm.h"	// Only #included for error() and warning()
+#include "common/gameDetector.h"
+#include "common/scaler.h"
+#include "common/engine.h"	// Only #included for error() and warning()
 
 #include "scummvm.xpm"
 

Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sdl.cpp	24 Aug 2002 10:41:32 -0000	1.2
+++ sdl.cpp	8 Sep 2002 01:08:11 -0000	1.3
@@ -21,8 +21,8 @@
  */
 
 #include "sdl-common.h"
-#include "scaler.h"
-#include "scumm.h"	// Only #included for error() and warning()
+#include "common/scaler.h"
+#include "common/engine.h"	// Only #included for error() and warning()
 
 
 class OSystem_SDL_Normal : public OSystem_SDL_Common {

Index: sdl_gl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl_gl.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sdl_gl.cpp	24 Aug 2002 10:41:32 -0000	1.2
+++ sdl_gl.cpp	8 Sep 2002 01:08:11 -0000	1.3
@@ -21,8 +21,8 @@
  */
 
 #include "sdl-common.h"
-#include "scaler.h"
-#include "scumm.h"	// Only #included for error() and warning()
+#include "common/scaler.h"
+#include "common/engine.h"	// Only #included for error() and warning()
 
 #ifdef WIN32
 int glColorTable(int, int, int, int, int, void *) { return 0; }





More information about the Scummvm-git-logs mailing list