@@ -16,13 +16,13 @@
|
||||
struct IniFile;
|
||||
|
||||
void IConsoleSetSetting(const char *name, const char *value, bool force_newgame = false);
|
||||
void IConsoleSetSetting(const char *name, int32 value);
|
||||
void IConsoleSetSetting(const char *name, int32_t value);
|
||||
void IConsoleGetSetting(const char *name, bool force_newgame = false);
|
||||
void IConsoleListSettings(const char *prefilter, bool show_defaults);
|
||||
|
||||
void LoadFromConfig(bool minimal = false);
|
||||
|
||||
enum SaveToConfigFlags : uint32 {
|
||||
enum SaveToConfigFlags : uint32_t {
|
||||
STCF_NONE = 0,
|
||||
STCF_GENERIC = 1 << 0,
|
||||
STCF_PRIVATE = 1 << 1,
|
||||
@@ -47,6 +47,6 @@ void SyncCompanySettings();
|
||||
|
||||
void SetupTimeSettings();
|
||||
|
||||
const char *GetCompanySettingNameByIndex(uint32 idx);
|
||||
const char *GetCompanySettingNameByIndex(uint32_t idx);
|
||||
|
||||
#endif /* SETTINGS_FUNC_H */
|
||||
|
Reference in New Issue
Block a user