src/settings_func.h
author rubidium
Thu, 29 May 2008 21:36:29 +0000
changeset 9423 48fbefddabb3
parent 9373 05d1da601ff7
child 9426 a77c8a4abcf5
permissions -rw-r--r--
(svn r13337) -Doc: add documentation to some variables in settings_type.h.
/* $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 */