![]() |
Blamite Game Engine - Strings
00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include "tags.h"#include <Strings/components/utils/string/string.h>#include <Strings/components/utils/io/io.h>#include <Strings/editor/guerilla/settings/config/config.h>#include "editor/guerilla/logger/logger.h"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. |
| std::vector<BlamPlugin*> plugins |
The list of loaded plugins.