src/settings_func.h
author skidd13
Tue, 27 May 2008 20:33:44 +0000
changeset 9389 b547cd1aaac2
parent 9373 05d1da601ff7
child 9426 a77c8a4abcf5
permissions -rw-r--r--
(svn r13299) -Fix (r13286): Stations sort type isn't updated correctly
/* $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 */