[Scummvm-cvs-logs] CVS: scummvm sdl.cpp,1.131,1.132

Max Horn fingolfin at users.sourceforge.net
Tue Jul 16 10:42:04 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv8636

Modified Files:
	sdl.cpp 
Log Message:
we should get rid of scumm.h in sdl.cpp; e.g. by moving error() and warning() into util.h

Index: sdl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sdl.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- sdl.cpp	16 Jul 2002 11:09:27 -0000	1.131
+++ sdl.cpp	16 Jul 2002 17:41:12 -0000	1.132
@@ -21,7 +21,9 @@
  */
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "scummsys.h"
+#include "system.h"
+#include "scumm.h"	// FIXME: remove this! Only needed for SAMPLES_PER_SEC, error() and warning()
 #include "mididrv.h"
 #include "SDL_thread.h"
 #include "gameDetector.h"





More information about the Scummvm-git-logs mailing list