Update to 14.0-beta1
This commit is contained in:
+1
-2
@@ -10,14 +10,13 @@
|
||||
#ifndef SETTINGS_FUNC_H
|
||||
#define SETTINGS_FUNC_H
|
||||
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "company_type.h"
|
||||
#include "string_type.h"
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user