 |
Blamite Game Engine - Guerilla (Library)
00359.07.01.22.2202.blamite
The tag editor for the Blamite Game Engine.
|
Go to the documentation of this file.
5 #ifdef GUERILLA_LIB_EXPORTS
6 #define GUERILLA_LIB_API __declspec(dllexport)
8 #define GUERILLA_LIB_API __declspec(dllimport)
19 #define PROJECT_FILE_FORMAT_VERSION 1
std::string affiliates
Definition: project_info.h:45
game_info_data game_info
Definition: project_info.h:53
engine_settings_data engine_settings
Definition: project_info.h:73
std::string update_info_url
Definition: project_info.h:57
std::string publisher
Definition: project_info.h:43
std::string developer
Definition: project_info.h:44
std::string campaign_info
Definition: project_info.h:67
Definition: project_info.h:39
GUERILLA_LIB_API bool SaveProjectInfo(BlamProjectInfo project)
Saves a project information file to disk.
Definition: project_info.cpp:145
network_settings_data network_settings
Definition: project_info.h:62
GUERILLA_LIB_API BlamProjectInfo LoadProjectInfo(std::string file_path)
Loads a project information file from disk.
Definition: project_info.cpp:37
std::string invision_api_url
Definition: project_info.h:59
#define GUERILLA_LIB_API
Definition: project_info.h:8
Namespace containing functions used to work with Blam Project Information files.
Definition: project_info.h:79
std::string default_cache
Definition: project_info.h:66
Structure representing a Blam Project Information file.
Definition: project_info.h:33
std::string version
Definition: project_info.h:49
std::string icon
Definition: project_info.h:50
Definition: project_info.h:64
std::string build_type
Definition: project_info.h:48
bool load_result
Definition: project_info.h:35
std::string content_root
Definition: project_info.h:70
std::string website
Definition: project_info.h:47
std::string startup_movie
Definition: project_info.h:68
Definition: project_info.h:55
std::string title
Definition: project_info.h:41
std::string copyright
Definition: project_info.h:46
int format_version
Definition: project_info.h:37
std::string codename
Definition: project_info.h:42
std::string file_path
Definition: project_info.h:36
std::string mods_info_url
Definition: project_info.h:58