#ifndef OSHEAR_H__
#define OSHEAR_H__

enum
{
  // Note: if adding IDs to this file, double check for ID collisions in obasedeform, obend, obulge, otwist, otaper and oshear as they are using the same 'value space'
	SHEAROBJECT_STRENGTH = 1002,
	SHEAROBJECT_CURVATURE = 1004
};

#endif // OSHEAR_H__
