(svn r19703) -Add: hexadecimal string filter

This commit is contained in:
rubidium
2010-04-24 07:31:58 +00:00
parent cdfd81405e
commit 8aad995e32
2 changed files with 2 additions and 0 deletions

View File

@@ -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;