summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader.h')
-rw-r--r--sigtools/PluginLoader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigtools/PluginLoader.h b/sigtools/PluginLoader.h
index 83c0d171..f9829b72 100644
--- a/sigtools/PluginLoader.h
+++ b/sigtools/PluginLoader.h
@@ -61,8 +61,8 @@ namespace PluginLoader
SIGTOOLS_EXPORT QIcon icon(const QString& type, const QString& name);
SIGTOOLS_EXPORT QSharedPointer<Sigmod::Game> game(const QString& name);
- SIGTOOLS_EXPORT Sigencore::Arena* loadArena(const QString& arena, Sigscript::GameWrapper* game, Sigscript::Config* parent);
- SIGTOOLS_EXPORT Sigencore::Canvas* loadCanvas(const QString& canvas, Sigscript::GameWrapper* game, Sigscript::Config* parent);
+ SIGTOOLS_EXPORT Sigencore::Arena* arena(const QString& arena, Sigscript::GameWrapper* game, Sigscript::Config* parent);
+ SIGTOOLS_EXPORT Sigencore::Canvas* canvas(const QString& canvas, Sigscript::GameWrapper* game, Sigscript::Config* parent);
}
}