#ifndef _MGobject_H_

#define _MGobject_H_



enum

{

	MG_OBJECT_LINK	= 1015, //Object cloning object link

	MG_OBJECT_ALIGN = 1016	//Align to surface/spline/particle

};

#endif

