(svn r13341) -Codechange: make most of the network settings configurable via the patch command.

This commit is contained in:
rubidium
2008-05-30 09:23:05 +00:00
parent 933c9df335
commit 00ccb1dc33
6 changed files with 224 additions and 278 deletions

View File

@@ -5,7 +5,8 @@
#ifndef SETTINGS_FUNC_H
#define SETTINGS_FUNC_H
bool IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleSetPatchSetting(const char *name, const char *value);
void IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleGetPatchSetting(const char *name);
void IConsoleListPatches();