(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

@@ -19,6 +19,8 @@ void IConsoleClose();
void IConsolePrint(ConsoleColour color_code, const char *string);
void CDECL IConsolePrintF(ConsoleColour color_code, const char *s, ...);
void IConsoleDebug(const char *dbg, const char *string);
void IConsoleWarning(const char *string);
void IConsoleError(const char *string);
/* Parser */
void IConsoleCmdExec(const char *cmdstr);