From be9d4066e147e1f7eebd5b554f11b876f93f3ae9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Sep 2003 02:07:18 +0000 Subject: moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? ) svn-id: r10287 --- sword2/resman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword2/resman.cpp') diff --git a/sword2/resman.cpp b/sword2/resman.cpp index 6e031da08f..ce8f723660 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -23,7 +23,7 @@ #include "stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "common/file.h" #include "driver/driver96.h" -- cgit v1.2.3