[Scummvm-cvs-logs] CVS: scummvm/backends/morphos morphos.cpp,1.5,1.6 morphos.h,1.4,1.5 morphos_scaler.cpp,1.1.1.1,1.2 morphos_sound.cpp,1.3,1.4 morphos_start.cpp,1.2,1.3 morphos_timer.cpp,1.2,1.3

Ruediger Hanke tomjoad at users.sourceforge.net
Sun Sep 15 02:17:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/backends/morphos
In directory usw-pr-cvs1:/tmp/cvs-serv22772

Modified Files:
	morphos.cpp morphos.h morphos_scaler.cpp morphos_sound.cpp 
	morphos_start.cpp morphos_timer.cpp 
Log Message:
Compile fixes

Index: morphos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- morphos.cpp	9 Sep 2002 05:56:10 -0000	1.5
+++ morphos.cpp	15 Sep 2002 09:16:28 -0000	1.6
@@ -22,7 +22,7 @@
  */
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "scumm/scumm.h"
 
 #include <exec/types.h>
 #include <exec/memory.h>

Index: morphos.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- morphos.h	9 Sep 2002 05:56:10 -0000	1.4
+++ morphos.h	15 Sep 2002 09:16:28 -0000	1.5
@@ -24,6 +24,7 @@
 #ifndef MORPHOS_MORPHOS_H
 #define MORPHOS_MORPHOS_H
 
+#include <dos/dosextens.h>
 #include <graphics/regions.h>
 #include <intuition/intuition.h>
 #include <intuition/screens.h>

Index: morphos_scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_scaler.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- morphos_scaler.cpp	21 Aug 2002 16:07:15 -0000	1.1.1.1
+++ morphos_scaler.cpp	15 Sep 2002 09:16:28 -0000	1.2
@@ -19,7 +19,7 @@
  */
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "engine.h"
 
 #include <exec/types.h>
 #include <cybergraphics/cybergraphics.h>

Index: morphos_sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_sound.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- morphos_sound.cpp	22 Aug 2002 12:09:06 -0000	1.3
+++ morphos_sound.cpp	15 Sep 2002 09:16:28 -0000	1.4
@@ -22,7 +22,7 @@
  */
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "engine.h"
 
 #include <dos/dos.h>
 #include <exec/memory.h>

Index: morphos_start.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_start.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- morphos_start.cpp	22 Aug 2002 12:09:06 -0000	1.2
+++ morphos_start.cpp	15 Sep 2002 09:16:28 -0000	1.3
@@ -35,7 +35,7 @@
 #include <proto/icon.h>
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "scumm/scumm.h"
 #include "morphos.h"
 #include "morphos_scaler.h"
 #include "morphos_sound.h"

Index: morphos_timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/morphos/morphos_timer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- morphos_timer.cpp	22 Aug 2002 10:43:50 -0000	1.2
+++ morphos_timer.cpp	15 Sep 2002 09:16:28 -0000	1.3
@@ -19,7 +19,7 @@
  */
 
 #include "stdafx.h"
-#include "scumm.h"
+#include "engine.h"
 
 #include <exec/memory.h>
 #include <exec/semaphores.h>





More information about the Scummvm-git-logs mailing list