aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp32
diff options
context:
space:
mode:
authorMax Horn2006-09-23 00:42:35 +0000
committerMax Horn2006-09-23 00:42:35 +0000
commit4c14cf6d1a77857e3683a1029b42ddb96e1bc80b (patch)
tree09057bd88bd471c2603139cbb06abac53625f2e4 /backends/platform/gp32
parenta3be69f4e4b1793c2ce1fe95d3d6db5ca3a7cf8b (diff)
downloadscummvm-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/gp32')
-rw-r--r--backends/platform/gp32/gp32_launcher.cpp2
-rw-r--r--backends/platform/gp32/gp32_osys.h2
-rw-r--r--backends/platform/gp32/gp32std.cpp2
-rw-r--r--backends/platform/gp32/gp32std_memory.cpp2
4 files changed, 4 insertions, 4 deletions
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"