summaryrefslogtreecommitdiff
path: root/inc/common/utils.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2012-08-13 20:26:27 +0400
committerAndrey Nazarov <skuller@skuller.net>2012-08-13 20:26:27 +0400
commitdad50a933a693cd9701c283f2275b212a4b5e27c (patch)
tree9a44c7fa1a88b0a7f4d4af0497f0e4ab9313d782 /inc/common/utils.h
parent25c955fddb3557fff5879559cf5beb19455fa286 (diff)
Move declaration into appropriate header.
Diffstat (limited to 'inc/common/utils.h')
-rw-r--r--inc/common/utils.h2
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)