[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.h,1.32,1.33

Max Horn fingolfin at users.sourceforge.net
Thu Jul 31 05:34:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv5146/backends/sdl

Modified Files:
	sdl-common.h 
Log Message:
added new header file backends/intern.h; removed some stuff from common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h)

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- sdl-common.h	22 Jul 2003 20:38:01 -0000	1.32
+++ sdl-common.h	31 Jul 2003 12:33:32 -0000	1.33
@@ -25,6 +25,7 @@
 #include "stdafx.h"
 #include "scummsys.h"
 #include "system.h"
+#include "backends/intern.h"
 
 #include <SDL.h>
 #include <SDL_thread.h>





More information about the Scummvm-git-logs mailing list