diff options
author | Jordi Vilalta Prat | 2008-02-02 02:35:13 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2008-02-02 02:35:13 +0000 |
commit | 5165ff448d2329e3a27948fd73821f314eeb520d (patch) | |
tree | 620819d618796744f3917d70c6d484b07debd266 /common | |
parent | ec715ea1ecc7ee0d85ed298f75ce0404d10d622b (diff) | |
download | scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.tar.gz scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.tar.bz2 scummvm-rg350-5165ff448d2329e3a27948fd73821f314eeb520d.zip |
Converted the remaining engines to use MetaEngine
svn-id: r30728
Diffstat (limited to 'common')
-rw-r--r-- | common/advancedDetector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 171673771c..484eb84e28 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -281,7 +281,7 @@ class AdvancedMetaEngine : public MetaEngine { const Common::ADParams ¶ms; public: AdvancedMetaEngine(const Common::ADParams &dp) : params(dp) {} - + // To be provided by subclasses virtual bool createInstance(OSystem *syst, Engine **engine, const Common::EncapsulatedADGameDesc &encapsulatedDesc) const = 0; |