Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00390.07.02.23.1947.blamite
The tag editor for the Blamite Game Engine.
config.h File Reference
#include <Strings/components/settings/config/config.h>
#include <Strings/components/diagnostics/errors/errors.h>
+ Include dependency graph for config.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Guerilla
 
 Guerilla::Settings
 
 Guerilla::Settings::Config
 Namespace for anything related to Guerilla's configuration.
 

Macros

#define GUERILLA
 
#define GUERILLA_LIB_API   __declspec(dllimport)
 
#define GUERILLA_CONFIG_DEFAULT_NAME   "guerilla.cfg"
 The default filename for Guerilla's configuration. More...
 

Functions

GUERILLA_LIB_API BlamResult Guerilla::Settings::Config::LoadConfig ()
 Loads the default guerilla configuration file. More...
 
GUERILLA_LIB_API void Guerilla::Settings::Config::UnloadConfig ()
 Unloads the guerilla configuration file. More...
 
GUERILLA_LIB_API bool Guerilla::Settings::Config::IsConfigReady ()
 Checks whether the configuration file is ready for use. More...
 
GUERILLA_LIB_API BlamConfigurationFile * Guerilla::Settings::Config::GetConfig ()
 Retrieves the Guerilla configuration. More...
 

Macro Definition Documentation

◆ GUERILLA

#define GUERILLA

◆ GUERILLA_CONFIG_DEFAULT_NAME

#define GUERILLA_CONFIG_DEFAULT_NAME   "guerilla.cfg"

The default filename for Guerilla's configuration.

◆ GUERILLA_LIB_API

#define GUERILLA_LIB_API   __declspec(dllimport)