Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system

svn-id: r30780
This commit is contained in:
Max Horn 2008-02-03 18:56:47 +00:00
parent 15975bdf73
commit 8a73356a2d
21 changed files with 76 additions and 222 deletions

View file

@ -164,9 +164,7 @@ bool SagaMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common
return gd != 0;
}
META_COMPATIBILITY_WRAPPER(SAGA, SagaMetaEngine);
REGISTER_PLUGIN(SAGA, "SAGA Engine", "Inherit the Earth (C) Wyrmkeep Entertainment");
REGISTER_PLUGIN(SAGA, SagaMetaEngine);
namespace Saga {