src/settings_func.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
child 10731 67db0d431d5e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/settings_func.h	Tue Jan 22 21:00:30 2008 +0000
@@ -0,0 +1,17 @@
+/* $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 */