diff options
Diffstat (limited to 'inc/common/utils.h')
-rw-r--r-- | inc/common/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |