[Scummvm-cvs-logs] CVS: scummvm/backends/gp32 gp32.h,1.11,1.12

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


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

Modified Files:
	gp32.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: gp32.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/gp32/gp32.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gp32.h	22 Jul 2003 20:36:43 -0000	1.11
+++ gp32.h	31 Jul 2003 12:33:32 -0000	1.12
@@ -19,6 +19,7 @@
  */
 
 
+#include "backends/intern.h"
 #include "common/stdafx.h"
 #include "common/scummsys.h"
 #include "common/system.h"





More information about the Scummvm-git-logs mailing list