File size: 137 Bytes
24b81cb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
//! bits
enum eMixedSoundStates
{
	HUNGRY = 1,
	THIRSTY = 2,
	//---------
	COUNT = 4//! bits, must be 2x the size of previous element !
}