From eb3347e9d85220e8c9573a0b672aedf2a7e510cd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 24 May 2008 11:55:25 +0000 Subject: (svn r13231) -Codechange: split the core console code and the console GUI. --- src/console_internal.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/console_internal.h') diff --git a/src/console_internal.h b/src/console_internal.h index f4884e3da..3d6fffb93 100644 --- a/src/console_internal.h +++ b/src/console_internal.h @@ -135,4 +135,9 @@ void IConsoleVarProcAdd(const char *name, IConsoleCmdProc *proc); /* Supporting functions */ bool GetArgumentInteger(uint32 *value, const char *arg); -#endif /* CONSOLE_H */ + +void IConsoleGUIInit(); +void IConsoleGUIFree(); +void IConsoleGUIPrint(ConsoleColour color_code, char *string); + +#endif /* CONSOLE_INTERNAL_H */ -- cgit v1.2.3-54-g00ecf