DIFF

EMixedSoundStates.c

//! bits
enum eMixedSoundStates
{
	HUNGRY = 1,
	THIRSTY = 2,
	//---------
	COUNT = 4//! bits, must be 2x the size of previous element !
}