diff options
author | Marcus Comstedt | 2008-09-20 16:38:50 +0000 |
---|---|---|
committer | Marcus Comstedt | 2008-09-20 16:38:50 +0000 |
commit | a1072368dee2be2cda131b1641f8b05af1309802 (patch) | |
tree | 2b1135e08270c0d14fa507ff5ac1530d6822a124 /backends/platform | |
parent | 4c7c82634d9b3d9383bef5ac642e1baaa8a55f8c (diff) | |
download | scummvm-rg350-a1072368dee2be2cda131b1641f8b05af1309802.tar.gz scummvm-rg350-a1072368dee2be2cda131b1641f8b05af1309802.tar.bz2 scummvm-rg350-a1072368dee2be2cda131b1641f8b05af1309802.zip |
game.h is now in engines, not base.
svn-id: r34620
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/dc/selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/selector.cpp b/backends/platform/dc/selector.cpp index a4a53e0f65..883787781a 100644 --- a/backends/platform/dc/selector.cpp +++ b/backends/platform/dc/selector.cpp @@ -26,8 +26,8 @@ #include <common/scummsys.h> #include <engines/engine.h> #include <engines/metaengine.h> +#include <engines/game.h> #include <base/plugins.h> -#include <base/game.h> #include <common/fs.h> #include <common/events.h> #include "dc.h" |