#ifndef OBULGE_H__
#define OBULGE_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'
	BULGEOBJECT_STRENGTH = 1002
};

#endif // OBULGE_H__
