27 #include <unordered_map> 38 static std::unordered_map<std::string, void*> m_plugins;
51 static bool loadPlugin(
const std::string& path);
57 static void loadPlugins(
const std::string& path =
"");
This manager provides utilities for plugin loading.
Definition: PluginManager.h:35
#define AUD_API
Used for exporting symbols in the shared library.
Definition: Audaspace.h:93
The main header file of the library defining the namespace and basic data types.