![]() |
Blamite Game Engine - Guerilla (Library)
00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
|
Namespace containing functions used to work with Blam Project Information files. More...
Functions | |
GUERILLA_LIB_API BlamProjectInfo | LoadProjectInfo (std::string file_path) |
Loads a project information file from disk. More... | |
GUERILLA_LIB_API bool | SaveProjectInfo (BlamProjectInfo project) |
Saves a project information file to disk. More... | |
Namespace containing functions used to work with Blam Project Information files.
BlamProjectInfo BlamStrings::Resources::ProjectInfo::LoadProjectInfo | ( | std::string | file_path | ) |
Loads a project information file from disk.
file_path | - Path to the project information file. |
loaded
field of the file before use. bool BlamStrings::Resources::ProjectInfo::SaveProjectInfo | ( | BlamProjectInfo | project | ) |
Saves a project information file to disk.
project | - The project to save. |
true
if the project saved successfully, otherwise returns false