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 aa220a998..6f58bdf54 100644
--- a/src/console_func.h
+++ b/src/console_func.h
@@ -32,4 +32,6 @@ void IConsoleError(const char *string);
/* Parser */
void IConsoleCmdExec(const char *cmdstr);
+bool IsValidConsoleColour(TextColour c);
+
#endif /* CONSOLE_FUNC_H */