diff options
author | Max Horn | 2006-09-23 00:42:35 +0000 |
---|---|---|
committer | Max Horn | 2006-09-23 00:42:35 +0000 |
commit | 4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch) | |
tree | 09057bd88bd471c2603139cbb06abac53625f2e4 /backends/platform | |
parent | a3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff) | |
download | scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.gz scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.tar.bz2 scummvm-rg350-4c14cf6d1a77857e3683a1029b42ddb96e1bc80b.zip |
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files
svn-id: r23974
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/dc/audio.cpp | 2 | ||||
-rw-r--r-- | backends/platform/dc/softkbd.cpp | 2 | ||||
-rw-r--r-- | backends/platform/dc/vmsave.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32_launcher.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32_osys.h | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32std.cpp | 2 | ||||
-rw-r--r-- | backends/platform/gp32/gp32std_memory.cpp | 2 | ||||
-rw-r--r-- | backends/platform/morphos/morphos.cpp | 2 | ||||
-rw-r--r-- | backends/platform/morphos/morphos_scaler.cpp | 2 | ||||
-rw-r--r-- | backends/platform/morphos/morphos_sound.cpp | 2 | ||||
-rw-r--r-- | backends/platform/morphos/morphos_timer.cpp | 2 | ||||
-rw-r--r-- | backends/platform/ps2/fileio.cpp | 2 | ||||
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 | ||||
-rw-r--r-- | backends/platform/wince/CELauncherDialog.cpp | 2 | ||||
-rw-r--r-- | backends/platform/wince/wince-sdl.cpp | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/backends/platform/dc/audio.cpp b/backends/platform/dc/audio.cpp index b69d29172b..1a88c4fc1a 100644 --- a/backends/platform/dc/audio.cpp +++ b/backends/platform/dc/audio.cpp @@ -23,7 +23,7 @@ #include <common/stdafx.h> #include <common/scummsys.h> -#include "base/engine.h" +#include "engines/engine.h" #include "dc.h" EXTERN_C void *memcpy4s(void *s1, const void *s2, unsigned int n); diff --git a/backends/platform/dc/softkbd.cpp b/backends/platform/dc/softkbd.cpp index 2e761f4595..f0bf4a777c 100644 --- a/backends/platform/dc/softkbd.cpp +++ b/backends/platform/dc/softkbd.cpp @@ -23,7 +23,7 @@ #include <common/stdafx.h> #include <common/scummsys.h> -#include "base/engine.h" +#include "engines/engine.h" #include <ronin/ronin.h> #include <string.h> diff --git a/backends/platform/dc/vmsave.cpp b/backends/platform/dc/vmsave.cpp index 604d9230a7..bd5542f878 100644 --- a/backends/platform/dc/vmsave.cpp +++ b/backends/platform/dc/vmsave.cpp @@ -23,7 +23,7 @@ #include <common/stdafx.h> #include <common/scummsys.h> -#include "base/engine.h" +#include "engines/engine.h" #include "dc.h" #include "icon.h" #include <common/savefile.h> diff --git a/backends/platform/gp32/gp32_launcher.cpp b/backends/platform/gp32/gp32_launcher.cpp index 29af6288f5..299e1d832a 100644 --- a/backends/platform/gp32/gp32_launcher.cpp +++ b/backends/platform/gp32/gp32_launcher.cpp @@ -26,7 +26,7 @@ #include "common/scummsys.h" #include "common/file.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32_osys.h b/backends/platform/gp32/gp32_osys.h index 22b0a6330d..474c56754d 100644 --- a/backends/platform/gp32/gp32_osys.h +++ b/backends/platform/gp32/gp32_osys.h @@ -32,7 +32,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32std.cpp b/backends/platform/gp32/gp32std.cpp index 93b5ef1760..fe4da7911e 100644 --- a/backends/platform/gp32/gp32std.cpp +++ b/backends/platform/gp32/gp32std.cpp @@ -29,7 +29,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/gp32/gp32std_memory.cpp b/backends/platform/gp32/gp32std_memory.cpp index 08a868e78f..d51e3e1eea 100644 --- a/backends/platform/gp32/gp32std_memory.cpp +++ b/backends/platform/gp32/gp32std_memory.cpp @@ -29,7 +29,7 @@ #include "common/system.h" #include "backends/intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gp32std.h" #include "gp32std_grap.h" diff --git a/backends/platform/morphos/morphos.cpp b/backends/platform/morphos/morphos.cpp index 889976afc4..9fe082995c 100644 --- a/backends/platform/morphos/morphos.cpp +++ b/backends/platform/morphos/morphos.cpp @@ -23,7 +23,7 @@ */ #include "common/stdafx.h" -#include "base/engine.h" +#include "engines/engine.h" #include "common/util.h" #include "scumm/scumm.h" diff --git a/backends/platform/morphos/morphos_scaler.cpp b/backends/platform/morphos/morphos_scaler.cpp index 46d4452c0b..a5e7519054 100644 --- a/backends/platform/morphos/morphos_scaler.cpp +++ b/backends/platform/morphos/morphos_scaler.cpp @@ -20,7 +20,7 @@ */ #include "common/stdafx.h" -#include "base/engine.h" +#include "engines/engine.h" #include <exec/types.h> #include <cybergraphics/cybergraphics.h> diff --git a/backends/platform/morphos/morphos_sound.cpp b/backends/platform/morphos/morphos_sound.cpp index c5c2f3b7ad..ce6048b9c3 100644 --- a/backends/platform/morphos/morphos_sound.cpp +++ b/backends/platform/morphos/morphos_sound.cpp @@ -23,7 +23,7 @@ */ #include "common/stdafx.h" -#include "base/engine.h" +#include "engines/engine.h" #include <dos/dos.h> #include <exec/memory.h> diff --git a/backends/platform/morphos/morphos_timer.cpp b/backends/platform/morphos/morphos_timer.cpp index b558c7fd66..ec2c647d80 100644 --- a/backends/platform/morphos/morphos_timer.cpp +++ b/backends/platform/morphos/morphos_timer.cpp @@ -20,7 +20,7 @@ */ #include "common/stdafx.h" -#include "base/engine.h" +#include "engines/engine.h" #include <exec/memory.h> #include <exec/semaphores.h> diff --git a/backends/platform/ps2/fileio.cpp b/backends/platform/ps2/fileio.cpp index 3c188cf439..3495c4a132 100644 --- a/backends/platform/ps2/fileio.cpp +++ b/backends/platform/ps2/fileio.cpp @@ -28,7 +28,7 @@ #include <assert.h> #include <string.h> #include "backends/platform/ps2/asyncfio.h" -#include "base/engine.h" +#include "engines/engine.h" #include "common/file.h" #include "eecodyvdfs.h" #include "common/config-manager.h" diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index 6c53233649..6c479f30d7 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -33,7 +33,7 @@ #include <iopheap.h> #include "common/scummsys.h" #include "../intern.h" -#include "base/engine.h" +#include "engines/engine.h" #include "backends/platform/ps2/systemps2.h" #include "backends/platform/ps2/Gs2dScreen.h" #include "backends/platform/ps2/ps2input.h" diff --git a/backends/platform/wince/CELauncherDialog.cpp b/backends/platform/wince/CELauncherDialog.cpp index 3a5dfb6459..8b19273b55 100644 --- a/backends/platform/wince/CELauncherDialog.cpp +++ b/backends/platform/wince/CELauncherDialog.cpp @@ -26,7 +26,7 @@ #include "CELauncherDialog.h" -#include "base/engine.h" +#include "engines/engine.h" #include "gui/newgui.h" #include "gui/widget.h" diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index d7c969500a..e9c6ce45d1 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -24,7 +24,7 @@ #include "wince-sdl.h" #include "common/util.h" -#include "base/engine.h" +#include "engines/engine.h" #include "base/main.h" #include "base/plugins.h" #include "common/timer.h" |