[Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.h,1.16,1.17

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


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

Modified Files:
	morphos.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: morphos.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- morphos.h	22 Jul 2003 20:36:43 -0000	1.16
+++ morphos.h	31 Jul 2003 12:33:32 -0000	1.17
@@ -31,6 +31,7 @@
 #include <libraries/cdda.h>
 #include <proto/exec.h>
 
+#include "backends/intern.h"
 #include "morphos_scaler.h"
 
 class OSystem_MorphOS : public OSystem





More information about the Scummvm-git-logs mailing list