aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorMax Horn2008-05-13 10:41:32 +0000
committerMax Horn2008-05-13 10:41:32 +0000
commit2bb39e591f4184f0ae8102c8f547586bf95d2b50 (patch)
tree9b4288df29db3aaace1039badc7ae18d18022edc /gui/launcher.cpp
parentfe58f0ee4b9d91f4ed349bafb16d2a8d6fb59faa (diff)
downloadscummvm-rg350-2bb39e591f4184f0ae8102c8f547586bf95d2b50.tar.gz
scummvm-rg350-2bb39e591f4184f0ae8102c8f547586bf95d2b50.tar.bz2
scummvm-rg350-2bb39e591f4184f0ae8102c8f547586bf95d2b50.zip
Moved the engine plugin code to engines/metaengine.h; added/clarified/corrected various Doxygen comments for the plugin system
svn-id: r32083
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 505ecf842b..92867562ad 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -22,8 +22,7 @@
* $Id$
*/
-#include "engines/engine.h"
-#include "base/plugins.h"
+#include "engines/metaengine.h"
#include "base/version.h"
#include "common/config-manager.h"