summaryrefslogtreecommitdiff
path: root/src/console_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_func.h')
-rw-r--r--src/console_func.h2
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);