const int YELLOW_SIGN = 1; const int TENTACLE = 2; const int ELDER_SIGN = 3; const int CTHULHU = 4; const int EYE = 5;
const int CTHULHU = 4; const int EYE = 4;
enum identifier {identifier[=const int expression], identifier, ...}
enum ResultT {YELLOW_SIGN, TENTACLE, ELDER_SIGN, CTHULHU, EYE, UNKNOWN};
resType = resType + 1