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:
parent
15975bdf73
commit
8a73356a2d
21 changed files with 76 additions and 222 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue