forked from mirror/OpenTTD
(svn r11771) -Codechange: split settings.h into better separated headers.
This commit is contained in:
17
src/settings_func.h
Normal file
17
src/settings_func.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* $Id$ */
|
||||
|
||||
/** @file settings_func.h Functions related to setting/changing the settings. */
|
||||
|
||||
#ifndef SETTINGS_FUNC_H
|
||||
#define SETTINGS_FUNC_H
|
||||
|
||||
bool IConsoleSetPatchSetting(const char *name, int32 value);
|
||||
void IConsoleGetPatchSetting(const char *name);
|
||||
void IConsoleListPatches();
|
||||
|
||||
void LoadFromConfig();
|
||||
void SaveToConfig();
|
||||
void CheckConfig();
|
||||
void UpdatePatches();
|
||||
|
||||
#endif /* SETTINGS_FUNC_H */
|
Reference in New Issue
Block a user