Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
paths.cpp File Reference
#include "config.h"
#include <map>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/string/string.h>
+ Include dependency graph for paths.cpp:

Functions

void verify_user_folder_mappings ()
 
void verify_engine_folder_mappings ()
 
std::string verify_path (std::string _path)
 

Variables

std::map< BlamUserDataFolder, std::string > user_folder_mappings = std::map<BlamUserDataFolder, std::string>()
 
std::map< BlamEngineDataFolder, std::string > engine_folder_mappings = std::map<BlamEngineDataFolder, std::string>()
 

Function Documentation

◆ verify_engine_folder_mappings()

void verify_engine_folder_mappings ( )
+ Here is the caller graph for this function:

◆ verify_path()

std::string verify_path ( std::string  _path)
+ Here is the caller graph for this function:

◆ verify_user_folder_mappings()

void verify_user_folder_mappings ( )
+ Here is the caller graph for this function:

Variable Documentation

◆ engine_folder_mappings

std::map<BlamEngineDataFolder, std::string> engine_folder_mappings = std::map<BlamEngineDataFolder, std::string>()

◆ user_folder_mappings

std::map<BlamUserDataFolder, std::string> user_folder_mappings = std::map<BlamUserDataFolder, std::string>()