Mercurial > hg > openttd
view src/settings_func.h @ 9373:ab2633b3f053 draft
(svn r13277) -Fix: opntitle 'jumping' to the temperate climate when closing the NewGRF settings window.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Mon, 26 May 2008 21:38:17 +0000 |
parents | ddc34919158f |
children | c6a097a992cf |
line wrap: on
line source
/* $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(); #endif /* SETTINGS_FUNC_H */