Minor: add IncludeType to be used by json-parser

This commit is contained in:
Gerhard Hoffmann 2025-05-06 11:54:49 +02:00
parent e70e9a8586
commit 4b9edb0f47

View File

@ -22,7 +22,8 @@ enum MemberType
ProductType = 0x0F,
InterpolationType = 0x10,
PrepaidType = 0x11,
CarryOverType = 0x12
CarryOverType = 0x12,
IncludesType = 0x13
};
#endif // MEMBER_TYPE_H_INCLUDED