![]() |
Blamite Game Engine - Guerilla (Library)
00386.06.16.23.0646.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>
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.