#ifndef PREP_H #define PREP_H enum Prep { DIRECT = 1, IN, ON, ON_THE, BY, BY_THE, IN_THE, ON_OR_BY, ON_OR_IN, ON_BOARD, AT, AT_THE, OVER, }; #endif