#ifndef IS_MOB_H_ #define IS_MOB_H_ typedef enum { MOB_ID_RAT, MOB_ID_LIZARD, } mob_id_t; #endif