![]() |
Blamite Game Engine - Strings
00312.05.15.21.1835.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <Strings/editor/guerilla/projects/project_info/project_info.h>#include <Strings/editor/guerilla/tags/tags.h>Go to the source code of this file.
Classes | |
| class | BlamTagTreeNode |
| Class representing a tag tree node. More... | |
| class | BlamProject |
| Class representing a Blamite Project. More... | |
Namespaces | |
| Guerilla | |
| Guerilla::Projects | |
| Namespace containing functions for working with project files. | |
Macros | |
| #define | STRINGS_API __declspec(dllimport) |
| #define | PROJECT_FILE_EXTENSION ".blam" |
| #define | BLAM_PROJECTS_DIR "Blamite Projects" |
Functions | |
| STRINGS_API BlamProject * | Guerilla::Projects::LoadProject (std::string file_path) |
| Loads a project file from disk and prepares it for use. More... | |
| STRINGS_API BlamTagTreeNode * | Guerilla::Projects::BuildTagHierarchy (std::string root_folder) |
| Builds the tag hierarchy for a given directory. More... | |
| #define BLAM_PROJECTS_DIR "Blamite Projects" |
| #define PROJECT_FILE_EXTENSION ".blam" |
| #define STRINGS_API __declspec(dllimport) |