src/settings_func.h
author peter1138
Tue, 12 Feb 2008 20:14:14 +0000
changeset 9043 dfcde0d0dc0a
parent 8704 2857ec554839
child 10727 90bd6932d6ff
permissions -rw-r--r--
(svn r12125) -Codechange: Remove redundant signal lookup table, and document why normal electric signals are handled specially.
/* $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 */