![]() |
Blamite Game Engine - Strings
00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace containing functions for working with project files. More...
Functions | |
STRINGS_API BlamProject * | LoadProject (std::string file_path) |
Loads a project file from disk and prepares it for use. More... | |
STRINGS_API BlamTagTreeNode * | BuildTagHierarchy (std::string root_folder) |
Builds the tag hierarchy for a given directory. More... | |
Namespace containing functions for working with project files.
BlamTagTreeNode * Guerilla::Projects::BuildTagHierarchy | ( | std::string | root_folder | ) |
Builds the tag hierarchy for a given directory.
root_folder | - The root of the tag hierarhcy. |
nullptr
if the given directory does not exist. BlamProject * Guerilla::Projects::LoadProject | ( | std::string | file_path | ) |
Loads a project file from disk and prepares it for use.
file_path | - The path to the project file to load. |
nullptr
if the project failed to load.