16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-23 01:39:19 +02:00
This commit is contained in:
milek7
2018-12-20 20:47:19 +01:00
parent 35af6d48d6
commit 21fff27903
8 changed files with 59 additions and 6 deletions

View File

@@ -194,6 +194,11 @@ struct global_settings {
bool gfx_shadergamma = false;
bool gfx_usegles = false;
struct network_conf_t {
bool enabled = false;
bool is_server;
} network_conf;
// methods
void LoadIniFile( std::string asFileName );
void ConfigParse( cParser &parser );