#ifndef _Osculptlayer_H_

#define _Osculptlayer_H_



enum

{

	MDATA_STRENGTH				   = 4200,	//Real

	MDATA_VISIBLE,									//Bool

	MDATA_LOCK,											//Bool

	MDATA_USEMASK,									//Bool

	MDATA_SHOWCOLORS,								//Bool

	MDATA_OPEN,											//Bool

};



#endif