From c1a678afeb5100a99030bb51782e5de98d771997 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Sep 2003 22:41:01 +0000 Subject: new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner) svn-id: r10282 --- backends/morphos/morphos_start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/morphos') diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp index a1cf354aa3..fafba9683c 100644 --- a/backends/morphos/morphos_start.cpp +++ b/backends/morphos/morphos_start.cpp @@ -35,7 +35,7 @@ #include "stdafx.h" #include "scumm/scumm.h" -#include "common/gameDetector.h" +#include "base/gameDetector.h" #include "common/scaler.h" #include "sound/mididrv.h" #include "morphos.h" -- cgit v1.2.3