Elaztek Developer Hub
Blamite Game Engine - Sapien (Library)  00361.08.25.22.0004.blamite
The level editor application for the Blamite Game Engine.
config.h File Reference
#include <Strings/components/settings/config/config.h>
#include <Strings/components/diagnostics/errors/errors.h>

Go to the source code of this file.

Namespaces

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

Macros

#define SAPIEN
 
#define SAPIEN_LIB_API   __declspec(dllimport)
 
#define SAPIEN_CONFIG_DEFAULT_NAME   "sapien.cfg"
 The default filename for Sapien's configuration. More...
 

Functions

SAPIEN_LIB_API BlamResult Sapien::Settings::Config::LoadConfig ()
 Loads the default Sapien configuration file. More...
 
SAPIEN_LIB_API bool Sapien::Settings::Config::IsConfigReady ()
 Checks whether the configuration file is ready for use. More...
 
SAPIEN_LIB_API BlamConfigurationFile * Sapien::Settings::Config::GetConfig ()
 Retrieves the Sapien configuration. More...
 

Macro Definition Documentation

◆ SAPIEN

#define SAPIEN

◆ SAPIEN_CONFIG_DEFAULT_NAME

#define SAPIEN_CONFIG_DEFAULT_NAME   "sapien.cfg"

The default filename for Sapien's configuration.

◆ SAPIEN_LIB_API

#define SAPIEN_LIB_API   __declspec(dllimport)