#define HE_WIN 3 #define HE_LOSS 2 #define HE_DRAW 1 #define HE_UNKNOWN 0 struct info { short max_tree_depth; short bestmove; };