Files @ r9551:5cfb47d30fe1
Branch filter:

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

smatz
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
/* $Id$ */

/** @file settings_func.h Functions related to setting/changing the settings. */

#ifndef SETTINGS_FUNC_H
#define SETTINGS_FUNC_H

void IConsoleSetPatchSetting(const char *name, const char *value);
void IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleGetPatchSetting(const char *name);
void IConsoleListPatches();

void LoadFromConfig();
void SaveToConfig();
void CheckConfig();

#endif /* SETTINGS_FUNC_H */