aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorMax Horn2010-11-16 10:19:01 +0000
committerMax Horn2010-11-16 10:19:01 +0000
commit668adaa461f2c0c7c83b41375f7825e8a91a1f3c (patch)
tree6f2827ecf03144c5e134b519f1e581d271aeeb9a /engines/sword1
parent427dc1ae93fe9aafe97a2796b11db6ac940a97b1 (diff)
downloadscummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.gz
scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.tar.bz2
scummvm-rg350-668adaa461f2c0c7c83b41375f7825e8a91a1f3c.zip
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
svn-id: r54265
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/resman.cpp2
-rw-r--r--engines/sword1/sword1.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/resman.cpp b/engines/sword1/resman.cpp
index 228cd28bb7..2bad8a79a7 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/GuiManager.h"
+#include "gui/gui-manager.h"
namespace Sword1 {
void guiFatalError(char *msg) {
diff --git a/engines/sword1/sword1.cpp b/engines/sword1/sword1.cpp
index 0dcadeca2a..537720401d 100644
--- a/engines/sword1/sword1.cpp
+++ b/engines/sword1/sword1.cpp
@@ -41,7 +41,7 @@
#include "engines/util.h"
#include "gui/message.h"
-#include "gui/GuiManager.h"
+#include "gui/gui-manager.h"
namespace Sword1 {