``` #define SKIN_WEIGHT_SKINNY (0) #define SKIN_WEIGHT_AVERAGE (1) #define SKIN_WEIGHT_FAT (2) #define SKIN_WEIGHT_ECTO (SKIN_WEIGHT_SKINNY) #define SKIN_WEIGHT_MESO (SKIN_WEIGHT_AVERAGE) #define SKIN_WEIGHT_ENDO (SKIN_WEIGHT_FAT) ``` 