summaryrefslogtreecommitdiff
path: root/src/console_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_internal.h')
-rw-r--r--src/console_internal.h7
1 files changed, 6 insertions, 1 deletions
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 */