Files @ r8575:68e9cd8ed4a9
Branch filter:

Location: cpp/openttd-patchpack/source/src/settings_func.h

smatz
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
/* $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 */