ebrokenlegs.c 84 B

123456
  1. enum eBrokenLegs
  2. {
  3. NO_BROKEN_LEGS = 0,
  4. BROKEN_LEGS = 1,
  5. BROKEN_LEGS_SPLINT = 2,
  6. }