diff options
author | rubidium <rubidium@openttd.org> | 2008-05-30 09:23:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-30 09:23:05 +0000 |
commit | 8cc39500ba81766bc8d289fb2b7b031cd9af3283 (patch) | |
tree | 8631fa4ab5c959d1b2f8ee1baa0c3f7e39db4a9f /src/console_func.h | |
parent | fe9ce6eac4f2d65a8adeea6164415d40f6f76772 (diff) | |
download | openttd-8cc39500ba81766bc8d289fb2b7b031cd9af3283.tar.xz |
(svn r13341) -Codechange: make most of the network settings configurable via the patch command.
Diffstat (limited to 'src/console_func.h')
-rw-r--r-- | src/console_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console_func.h b/src/console_func.h index 32516021c..a70f5b097 100644 --- a/src/console_func.h +++ b/src/console_func.h @@ -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); |