summaryrefslogtreecommitdiff
path: root/src/console_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-09 02:57:15 +0000
committerrubidium <rubidium@openttd.org>2009-02-09 02:57:15 +0000
commitc0a8d09ca72873bbbef14dd317cbd29319e54640 (patch)
tree211b57e3a81eed5791f5b6b9709252af6f7d8503 /src/console_func.h
parent90e2465d7d2c770707feeaebfebbe56bd76383f1 (diff)
downloadopenttd-c0a8d09ca72873bbbef14dd317cbd29319e54640.tar.xz
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
Diffstat (limited to 'src/console_func.h')
-rw-r--r--src/console_func.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console_func.h b/src/console_func.h
index a70f5b097..60fc7010c 100644
--- a/src/console_func.h
+++ b/src/console_func.h
@@ -16,8 +16,8 @@ void IConsoleFree();
void IConsoleClose();
/* console output */
-void IConsolePrint(ConsoleColour color_code, const char *string);
-void CDECL IConsolePrintF(ConsoleColour color_code, const char *s, ...);
+void IConsolePrint(ConsoleColour colour_code, const char *string);
+void CDECL IConsolePrintF(ConsoleColour colour_code, const char *s, ...);
void IConsoleDebug(const char *dbg, const char *string);
void IConsoleWarning(const char *string);
void IConsoleError(const char *string);