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
|
@ -151,9 +151,7 @@ bool AgosMetaEngine::createInstance(OSystem *syst, Engine **engine, const Common
|
|||
return res;
|
||||
}
|
||||
|
||||
META_COMPATIBILITY_WRAPPER(AGOS, AgosMetaEngine);
|
||||
|
||||
REGISTER_PLUGIN(AGOS, "AGOS", "AGOS (C) Adventure Soft");
|
||||
REGISTER_PLUGIN(AGOS, AgosMetaEngine);
|
||||
|
||||
namespace AGOS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue