summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-28 00:26:44 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-28 00:26:44 -0400
commit20199970b277dd4cec75420a6e6c4396e29361cd (patch)
tree2f40f71c93f5b1bd768745b15e795e9dd02a3736 /sigtools/PluginLoader.h
parentec082b14f5ba413df4c9fafae2cec994bb7843fe (diff)
downloadsigen-20199970b277dd4cec75420a6e6c4396e29361cd.tar.gz
sigen-20199970b277dd4cec75420a6e6c4396e29361cd.tar.xz
sigen-20199970b277dd4cec75420a6e6c4396e29361cd.zip
Add support for PlayerPlugin in PluginLoader
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);
}
}