Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00390.07.02.23.1947.blamite
The tag editor for the Blamite Game Engine.
plugins.cpp File Reference
#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...
 

Function Documentation

◆ LoadPluginsInFolder()

void LoadPluginsInFolder ( std::string  plugin_dir)

Loads all plugins within a given directory.

Parameters
plugin_dir- The path of the directory to load plugins from.
+ Here is the caller graph for this function:

Variable Documentation

◆ plugins

std::vector<BlamPlugin*> plugins

The list of loaded plugins.