Elaztek Developer Hub
Blamite Game Engine - Strings  00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
config.h File Reference

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 STRINGS_API   __declspec(dllimport)
 
#define GUERILLA_CONFIG_DEFAULT_NAME   "guerilla.cfg"
 The default filename for Guerilla's configuration. More...
 

Functions

STRINGS_API BlamResult Guerilla::Settings::Config::LoadConfig ()
 Loads the default guerilla configuration file. More...
 
STRINGS_API bool Guerilla::Settings::Config::IsConfigReady ()
 Checks whether the configuration file is ready for use. More...
 
STRINGS_API BlamConfigurationFileGuerilla::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.

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)