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