public enum states { STATE_1, STATE_2, STATE_3, STATE_4, STATE_5, STATE_6, MAX_STATES };
Well, now, it's quite clear what each of those states means. Not.
public enum states { STATE_1, STATE_2, STATE_3, STATE_4, STATE_5, STATE_6, MAX_STATES };
Well, now, it's quite clear what each of those states means. Not.