Minor: add IncludeType to be used by json-parser
This commit is contained in:
parent
e70e9a8586
commit
4b9edb0f47
@ -22,7 +22,8 @@ enum MemberType
|
|||||||
ProductType = 0x0F,
|
ProductType = 0x0F,
|
||||||
InterpolationType = 0x10,
|
InterpolationType = 0x10,
|
||||||
PrepaidType = 0x11,
|
PrepaidType = 0x11,
|
||||||
CarryOverType = 0x12
|
CarryOverType = 0x12,
|
||||||
|
IncludesType = 0x13
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MEMBER_TYPE_H_INCLUDED
|
#endif // MEMBER_TYPE_H_INCLUDED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user