/* Do not remove the headers from this file! see /USAGE for more info. */ #ifndef __LIMBS_H__ #define __LIMBS_H__ #define LIMB_VITAL 1 #define LIMB_WIELDING 2 #define LIMB_MOBILE 4 #define LIMB_SYSTEM 8 #define LIMB_ATTACKING 16 #endif