#ifndef _OMICROPHONE_H_

#define _OMICROPHONE_H_



enum

{

	MICROPHONEOBJECT_DOPPLER = 1008,	// BOOL - use doppler effect

	MICROPHONEOBJECT_DFACTOR = 1009		// REAL - strength of doppler

};



#endif