![]() |
Blamite Game Engine - Guerilla
00309.02.03.21.0044.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 "components/logger/logger.h"
#include "components/settings/config/config.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.