aboutsummaryrefslogtreecommitdiff
path: root/src/common/Define.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Define.h')
-rw-r--r--src/common/Define.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Define.h b/src/common/Define.h
index 35a4dad3e1b..c9eb42791e9 100644
--- a/src/common/Define.h
+++ b/src/common/Define.h
@@ -167,6 +167,7 @@ enum DBCFormer
FT_INT = 'i', //uint32
FT_BYTE = 'b', //uint8
FT_LONG = 'l', //uint64
+ FT_SHORT = 'h', //uint16
FT_SORT = 'd', //sorted by this field, field is not included
FT_IND = 'n', //the same, but parsed to data
FT_SQL_PRESENT = 'p', //Used in sql format to mark column present in sql dbc