Modified DynLib/PluginManager interface
Former-commit-id: 2dae56cad852a46c9bac828cc7775a4da42c96cf
This commit is contained in:
@@ -22,7 +22,7 @@ class NAZARA_API NzPluginManager
|
||||
static bool Initialize();
|
||||
|
||||
static bool Mount(nzPlugin plugin);
|
||||
static bool Mount(const NzString& pluginPath);
|
||||
static bool Mount(const NzString& pluginPath, bool appendExtension = true);
|
||||
|
||||
static void RemoveDirectory(const NzString& directoryPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user