forked from mirror/OpenTTD
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
#include "core/smallvec_type.hpp"
|
||||
|
||||
void IConsoleSetPatchSetting(const char *name, const char *value);
|
||||
void IConsoleSetPatchSetting(const char *name, int32 value);
|
||||
void IConsoleGetPatchSetting(const char *name);
|
||||
void IConsoleListPatches(const char *prefilter);
|
||||
void IConsoleSetSetting(const char *name, const char *value);
|
||||
void IConsoleSetSetting(const char *name, int32 value);
|
||||
void IConsoleGetSetting(const char *name);
|
||||
void IConsoleListSettings(const char *prefilter);
|
||||
|
||||
void LoadFromConfig();
|
||||
void SaveToConfig();
|
||||
|
Reference in New Issue
Block a user