 |
Blamite Game Engine - Strings
00313.05.23.21.2038.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
6 #define STRINGS_API __declspec(dllexport)
8 #define STRINGS_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
STRINGS_API bool SaveProjectInfo(BlamProjectInfo project)
Saves a project information file to disk.
Definition: project_info.cpp:146
network_settings_data network_settings
Definition: project_info.h:62
STRINGS_API BlamProjectInfo LoadProjectInfo(std::string file_path)
Loads a project information file from disk.
Definition: project_info.cpp:38
std::string invision_api_url
Definition: project_info.h:59
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
#define STRINGS_API
Definition: project_info.h:8
std::string mods_info_url
Definition: project_info.h:58