Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
Blam::Config Namespace Reference

Namespace for legacy configuration compatiability. More...

Classes

struct  ConfigFile
 Data structure representing a legacy configuration file. More...
 

Functions

BLAM ConfigFileGetConfig ()
 Retrieves the engine configuration file. More...
 
BLAM ConfigFileGetConfig (std::string filename)
 Retrieves a specific configuration file. More...
 

Detailed Description

Namespace for legacy configuration compatiability.

Deprecated:
Will be removed once finishing touches are made to the new configuration system.

Function Documentation

◆ GetConfig() [1/2]

Blam::Config::ConfigFile * Blam::Config::GetConfig ( )

Retrieves the engine configuration file.

Deprecated:
Only for legacy compatiability. Will be removed soon.
+ Here is the caller graph for this function:

◆ GetConfig() [2/2]

Blam::Config::ConfigFile * Blam::Config::GetConfig ( std::string  filename)

Retrieves a specific configuration file.

Deprecated:
Only for legacy compatiability. Will be removed soon.