diff options
author | Johannes Schickel | 2009-01-02 03:21:40 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-01-02 03:21:40 +0000 |
commit | 690b88f9824a85bc0f9abed12c2ec6b7a72b5ced (patch) | |
tree | f199a046864b616c5e8f3e9dc257f9af096772d3 /engines/sword1 | |
parent | 4ec7876972d268fa835852453a0e3c800cf16698 (diff) | |
download | scummvm-rg350-690b88f9824a85bc0f9abed12c2ec6b7a72b5ced.tar.gz scummvm-rg350-690b88f9824a85bc0f9abed12c2ec6b7a72b5ced.tar.bz2 scummvm-rg350-690b88f9824a85bc0f9abed12c2ec6b7a72b5ced.zip |
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h
svn-id: r35668
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/resman.cpp | 2 | ||||
-rw-r--r-- | engines/sword1/sword1.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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) { diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp index 37ac537217..86c8bf1676 100644 --- a/engines/sword1/sword1.cpp +++ b/engines/sword1/sword1.cpp @@ -39,7 +39,7 @@ #include "common/config-manager.h" #include "gui/message.h" -#include "gui/newgui.h" +#include "gui/GuiManager.h" namespace Sword1 { |