@@ -10,9 +10,9 @@
|
||||
[pre-amble]
|
||||
static constexpr std::initializer_list<const char*> _settings_profiles{"easy", "medium", "hard"};
|
||||
|
||||
static void ScriptMaxOpsChange(int32 new_value);
|
||||
static bool CheckScriptMaxMemoryChange(int32 &new_value);
|
||||
static void ScriptMaxMemoryChange(int32 new_value);
|
||||
static void ScriptMaxOpsChange(int32_t new_value);
|
||||
static bool CheckScriptMaxMemoryChange(int32_t &new_value);
|
||||
static void ScriptMaxMemoryChange(int32_t new_value);
|
||||
|
||||
const SettingTable _script_settings = {
|
||||
[post-amble]
|
||||
|
||||
Reference in New Issue
Block a user