ug4
|
#include <string>
#include <vector>
#include <cstring>
#include "common/log.h"
#include "bridge/bridge.h"
#include "common/profiler/profiler.h"
#include "path_provider.h"
#include "plugin_util.h"
#include "embedded_plugins.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
UG_API std::vector< std::string > | ug::GetLoadedPlugins () |
bool | ug::LoadPlugins (const char *pluginPath, string parentGroup, bridge::Registry ®, bool bPrefixGroup) |
bool | ug::PluginLoaded (const string &name) |
UG_API bool | ug::UnloadPlugins () |