(svn r13231) -Codechange: split the core console code and the console GUI.

This commit is contained in:
rubidium
2008-05-24 11:55:25 +00:00
parent 8b1e7c8189
commit 68bb5a08c5
6 changed files with 387 additions and 335 deletions

View File

@@ -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 */