src/settings_func.h
author peter1138
Wed, 28 May 2008 17:08:45 +0000
changeset 9402 4eb0f983b218
parent 9373 05d1da601ff7
child 9426 a77c8a4abcf5
permissions -rw-r--r--
(svn r13313) -Fix-ish (r13306): List was copied in another place the autoreplace gui...
/* $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 */