src/settings_func.h
author rubidium
Mon, 07 Jan 2008 00:19:09 +0000
changeset 8704 2857ec554839
parent 8627 src/settings.h@448ebf3a8291
child 10727 90bd6932d6ff
permissions -rw-r--r--
(svn r11771) -Codechange: split settings.h into better separated headers.
/* $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 */