(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

@@ -85,5 +85,6 @@ enum IniGroupType {
const SettingDesc *GetPatchFromName(const char *name, uint *i);
bool SetPatchValue(uint index, int32 value);
bool SetPatchValue(uint index, const char *value);
#endif /* SETTINGS_H */