aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/swordsofxeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-04 18:12:09 -0500
committerPaul Gilbert2018-03-04 22:40:42 -0500
commitf2b574d64762d23a83cc682da0e622be99080688 (patch)
tree1ccbabbda83e70911dae0d4042223ee81a006d1d /engines/xeen/swordsofxeen
parent50630efde6d0f42f4d5f371d6818afac64ba86f5 (diff)
downloadscummvm-rg350-f2b574d64762d23a83cc682da0e622be99080688.tar.gz
scummvm-rg350-f2b574d64762d23a83cc682da0e622be99080688.tar.bz2
scummvm-rg350-f2b574d64762d23a83cc682da0e622be99080688.zip
XEEN: Move all the dialog classes to their own sub-folder
Diffstat (limited to 'engines/xeen/swordsofxeen')
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen_menu.cpp2
-rw-r--r--engines/xeen/swordsofxeen/swordsofxeen_menu.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
index ce424b90c0..6eb6a647b1 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
+++ b/engines/xeen/swordsofxeen/swordsofxeen_menu.cpp
@@ -21,7 +21,7 @@
*/
#include "xeen/swordsofxeen/swordsofxeen_menu.h"
-#include "xeen/dialogs_difficulty.h"
+#include "xeen/dialogs/dialogs_difficulty.h"
#include "xeen/xeen.h"
namespace Xeen {
diff --git a/engines/xeen/swordsofxeen/swordsofxeen_menu.h b/engines/xeen/swordsofxeen/swordsofxeen_menu.h
index 6457c2c859..e7e92b862c 100644
--- a/engines/xeen/swordsofxeen/swordsofxeen_menu.h
+++ b/engines/xeen/swordsofxeen/swordsofxeen_menu.h
@@ -23,7 +23,7 @@
#ifndef XEEN_SWORDSOFXEEN_MENU_H
#define XEEN_SWORDSOFXEEN_MENU_H
-#include "xeen/dialogs.h"
+#include "xeen/dialogs/dialogs.h"
namespace Xeen {
namespace SwordsOfXeen {