eplayerstates.c 37 B

12345
  1. enum EPlayerStates
  2. {
  3. ALIVE,
  4. DEAD,
  5. }