![]() |
Blamite Game Engine - Guerilla (Library)
00426.01.06.25.2100.blamite
The tag editor for the Blamite Game Engine.
|
#include "tags.h"#include <Strings/components/utils/string/string.h>#include <Strings/components/utils/io/io.h>#include <HEKGuerilla/components/settings/config/config.h>#include <Strings/components/logger/logger.h>
Include dependency graph for plugins.cpp:Functions | |
| void | LoadPluginsInFolder (std::string plugin_dir) |
| Loads all plugins within a given directory. More... | |
Variables | |
| std::vector< BlamPlugin * > | plugins |
| The list of loaded plugins. More... | |
| void LoadPluginsInFolder | ( | std::string | plugin_dir | ) |
Loads all plugins within a given directory.
| plugin_dir | - The path of the directory to load plugins from. |
Here is the caller graph for this function:| std::vector<BlamPlugin*> plugins |
The list of loaded plugins.