emixedsoundstates.c 137 B

12345678
  1. //! bits
  2. enum eMixedSoundStates
  3. {
  4. HUNGRY = 1,
  5. THIRSTY = 2,
  6. //---------
  7. COUNT = 4//! bits, must be 2x the size of previous element !
  8. }