diff options
-rw-r--r-- | engines/metaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h index 7cb27ddd9a..8853d65216 100644 --- a/engines/metaengine.h +++ b/engines/metaengine.h @@ -283,7 +283,7 @@ public: /** Get the list of all engine plugins */ const PluginList &getPlugins() const; - /** Find a target */ // TODO: Expand on description + /** Find a target */ QualifiedGameDescriptor findTarget(const Common::String &target, const Plugin **plugin = NULL) const; /** |