summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_func.h')
-rw-r--r--src/settings_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings_func.h b/src/settings_func.h
index 29c9ad836..65fca20f8 100644
--- a/src/settings_func.h
+++ b/src/settings_func.h
@@ -15,9 +15,9 @@
#include "core/smallvec_type.hpp"
#include "company_type.h"
-void IConsoleSetSetting(const char *name, const char *value);
+void IConsoleSetSetting(const char *name, const char *value, bool force_newgame = false);
void IConsoleSetSetting(const char *name, int32 value);
-void IConsoleGetSetting(const char *name);
+void IConsoleGetSetting(const char *name, bool force_newgame = false);
void IConsoleListSettings(const char *prefilter);
void LoadFromConfig();