diff options
| author | Max Horn | 2008-05-13 10:41:32 +0000 |
|---|---|---|
| committer | Max Horn | 2008-05-13 10:41:32 +0000 |
| commit | 2bb39e591f4184f0ae8102c8f547586bf95d2b50 (patch) | |
| tree | 9b4288df29db3aaace1039badc7ae18d18022edc /gui | |
| parent | fe58f0ee4b9d91f4ed349bafb16d2a8d6fb59faa (diff) | |
| download | scummvm-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')
| -rw-r--r-- | gui/launcher.cpp | 3 | ||||
| -rw-r--r-- | gui/massadd.cpp | 3 |
2 files changed, 2 insertions, 4 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" diff --git a/gui/massadd.cpp b/gui/massadd.cpp index 446285af2d..b39b51f1fb 100644 --- a/gui/massadd.cpp +++ b/gui/massadd.cpp @@ -22,8 +22,7 @@ * $Id$ */ -#include "engines/engine.h" -#include "base/plugins.h" +#include "engines/metaengine.h" #include "common/events.h" #include "gui/launcher.h" // For addGameToConf() |
