src/settings_func.h
author rubidium
Wed, 09 Jan 2008 09:45:45 +0000
changeset 8720 4e60c30e2006
parent 8704 2857ec554839
child 10727 90bd6932d6ff
permissions -rw-r--r--
(svn r11787) -Codechange: more header rewrites. This time related to viewport.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();
void UpdatePatches();

#endif /* SETTINGS_FUNC_H */