class HT_Line_Join {
public:
enum Enum {
Miter,
Bevel,
Round,
Diamond,
None,
Count,
Undefined = -1
};
ENUM_CLASS_FUNCTIONS (HT_Line_Join)
};