aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-01 11:10:26 -1000
committerPaul Gilbert2015-01-01 11:10:26 -1000
commitfe48af7de5207cdc8a3e2ad769f6722b345b2877 (patch)
treee1217f2ae6fc589a2b66c69a7bfdae1ab740b5bc /engines/xeen/xeen.cpp
parent64ccc21cefefa585fe9227f453b5e370e6a62b8b (diff)
downloadscummvm-rg350-fe48af7de5207cdc8a3e2ad769f6722b345b2877.tar.gz
scummvm-rg350-fe48af7de5207cdc8a3e2ad769f6722b345b2877.tar.bz2
scummvm-rg350-fe48af7de5207cdc8a3e2ad769f6722b345b2877.zip
XEEN: Split up menus file into dialogs and dialogs_options
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 1027572c67..cbdb6f3104 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -28,7 +28,7 @@
#include "graphics/scaler.h"
#include "graphics/thumbnail.h"
#include "xeen/xeen.h"
-#include "xeen/menus.h"
+#include "xeen/dialogs_options.h"
#include "xeen/resources.h"
namespace Xeen {