aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2008-09-17 17:31:29 +0000
committerMax Horn2008-09-17 17:31:29 +0000
commita6dd4b7d4d8e3f5f4e63c20334f7f8b0ab9f0bef (patch)
tree60029a6455721025780f03cb472ae533dc202050 /gui
parent2bcc5681d87dac00ad7ac53c5e4d91dc1201c73e (diff)
downloadscummvm-rg350-a6dd4b7d4d8e3f5f4e63c20334f7f8b0ab9f0bef.tar.gz
scummvm-rg350-a6dd4b7d4d8e3f5f4e63c20334f7f8b0ab9f0bef.tar.bz2
scummvm-rg350-a6dd4b7d4d8e3f5f4e63c20334f7f8b0ab9f0bef.zip
Moved base/game.* to engines/game.*
svn-id: r34589
Diffstat (limited to 'gui')
-rw-r--r--gui/launcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index a8173d220e..1b2b0a354e 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -26,7 +26,7 @@
#define LAUNCHER_DIALOG_H
#include "gui/dialog.h"
-#include "base/game.h"
+#include "engines/game.h"
#include "common/str.h"
namespace GUI {