1 #pragma once
2 
3 enum size_part_type
4 {
5     PSIZE_BODY,         // entire body size -- used for EV/size of target
6     PSIZE_TORSO,        // torso only (hybrids -- size of parts that use equip)
7 };
8