Elaztek Developer Hub
Blamite Game Engine - Guerilla  00307.01.26.21.0804.blamite
The tag editor for the Blamite Game Engine.
config.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Strings/components/settings/config/config.h>
4 
5 #ifndef GUERILLA
6 #define GUERILLA
7 #endif
8 
9 #define GUERILLA_CONFIG_DEFAULT_NAME "guerilla.cfg"
10 
11 
15 {
21  GUERILLA BlamResult LoadConfig();
22 
28  GUERILLA bool IsConfigReady();
29 
35  GUERILLA BlamConfigurationFile* GetConfig();
36 }
Guerilla::Settings::Config::GetConfig
GUERILLA BlamConfigurationFile * GetConfig()
Retrieves the Guerilla configuration.
Definition: config.cpp:33
Guerilla::Settings::Config::IsConfigReady
GUERILLA bool IsConfigReady()
Checks whether the configuration file is ready for use.
Definition: config.cpp:20
Guerilla::Settings::Config
Namespace for anything related to Guerilla's configuration.
Definition: config.h:14
GUERILLA
#define GUERILLA
Definition: config.h:6
Guerilla::Settings::Config::LoadConfig
GUERILLA BlamResult LoadConfig()
Loads the default guerilla configuration file.
Definition: config.cpp:10