#define PILOT_DIFFICULTY_EASY 0 #define PILOT_DIFFICULTY_NORMAL 1 #define PILOT_DIFFICULTY_HARD 2 #define PILOT_DIFFICULTY_IMPOSSIBLE 3 #define TOTAL_NUM_PILOT_DIFFICULTY 4 #define PILOT_NAME_TEXT_LIMIT 16