From dad50a933a693cd9701c283f2275b212a4b5e27c Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Mon, 13 Aug 2012 20:26:27 +0400 Subject: Move declaration into appropriate header. --- inc/common/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/common/utils.h') diff --git a/inc/common/utils.h b/inc/common/utils.h index 1081990..b43283c 100644 --- a/inc/common/utils.h +++ b/inc/common/utils.h @@ -33,6 +33,8 @@ typedef enum { COLOR_NONE } color_index_t; +extern const char *const colorNames[10]; + qboolean Com_WildCmpEx(const char *filter, const char *string, int term, qboolean ignorecase); #define Com_WildCmp(filter, string) Com_WildCmpEx(filter, string, 0, qfalse) -- cgit v1.2.3