From 8712fb3686248c7917b889db558d57c92576d061 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 27 Mar 2009 16:53:42 -0400 Subject: Change names of loading functions --- sigtools/PluginLoader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigtools/PluginLoader.h') 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 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); } } -- cgit