From 690b88f9824a85bc0f9abed12c2ec6b7a72b5ced Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 2 Jan 2009 03:21:40 +0000 Subject: Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h svn-id: r35668 --- engines/sword1/resman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword1/resman.cpp') diff --git a/engines/sword1/resman.cpp b/engines/sword1/resman.cpp index 49211e7cfa..e139de0bf1 100644 --- a/engines/sword1/resman.cpp +++ b/engines/sword1/resman.cpp @@ -36,7 +36,7 @@ #include "sword1/swordres.h" #include "gui/message.h" -#include "gui/newgui.h" +#include "gui/GuiManager.h" namespace Sword1 { void guiFatalError(char *msg) { -- cgit v1.2.3