You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
86 B

enum Enum1:int {
E31=0,
E32=1,
E33=2
};
enum Enum2:int {
E31=0,
E32=1,
E33=2
};