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 --- scumm/script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script.h') diff --git a/scumm/script.h b/scumm/script.h index 9957566dfd..e1c5fcdb8c 100644 --- a/scumm/script.h +++ b/scumm/script.h @@ -23,7 +23,7 @@ #ifndef SCRIPT_H #define SCRIPT_H -#include "common/engine.h" +#include "base/engine.h" /* System Wide Constants */ -- cgit v1.2.3