summaryrefslogtreecommitdiff
path: root/src/string_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-04-24 07:31:58 +0000
committerrubidium <rubidium@openttd.org>2010-04-24 07:31:58 +0000
commit8aad995e32bfdfd31cbd811f65c5c986f2b9be70 (patch)
treea81e1864e1e2edd8acc29013d7fddace8e53bd0f /src/string_type.h
parentcdfd81405e76b0a35feb2ca1512628fcc3569a93 (diff)
downloadopenttd-8aad995e32bfdfd31cbd811f65c5c986f2b9be70.tar.xz
(svn r19703) -Add: hexadecimal string filter
Diffstat (limited to 'src/string_type.h')
-rw-r--r--src/string_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string_type.h b/src/string_type.h
index 40c1e2dc7..2fb8d8f57 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -20,6 +20,7 @@ enum CharSetFilter {
CS_NUMERAL, ///< Only numeric ones
CS_NUMERAL_SPACE, ///< Only numbers and spaces
CS_ALPHA, ///< Only alphabetic values
+ CS_HEXADECIMAL, ///< Only hexadecimal characters
};
typedef uint32 WChar;