summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginLoader.h')
-rw-r--r--sigtools/PluginLoader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigtools/PluginLoader.h b/sigtools/PluginLoader.h
index 5e0158ef..62fe27ef 100644
--- a/sigtools/PluginLoader.h
+++ b/sigtools/PluginLoader.h
@@ -33,6 +33,7 @@ namespace Sigencore
{
class Arena;
class Canvas;
+class Player;
}
namespace Sigscript
{
@@ -57,6 +58,7 @@ namespace PluginLoader
SIGTOOLS_EXPORT QSharedPointer<Sigmod::Game> game(const QString& name);
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);
+ SIGTOOLS_EXPORT Sigencore::Player* player(const QString& canvas, Sigscript::GameWrapper* game, Sigscript::Config* parent);
}
}