summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader.h')
-rw-r--r--sigtools/PluginLoader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigtools/PluginLoader.h b/sigtools/PluginLoader.h
index 6136e806..ce8b6dc7 100644
--- a/sigtools/PluginLoader.h
+++ b/sigtools/PluginLoader.h
@@ -54,6 +54,7 @@ namespace PluginLoader
SIGTOOLS_EXPORT QString description(const QString& type, const QString& name);
SIGTOOLS_EXPORT QIcon icon(const QString& type, const QString& name);
+ SIGTOOLS_EXPORT QStringList extensions(const QString& type, const QString& name);
SIGTOOLS_EXPORT QSharedPointer<Sigmod::Game> game(const QString& game);
SIGTOOLS_EXPORT Sigencore::Arena* arena(const QString& arena, Sigscript::GameWrapper* game, Sigscript::Config* parent);