#ifndef OFALLOFF_PANEL_H__
#define OFALLOFF_PANEL_H__

enum
{
	// Falloff mode ID's
	FALLOFF_MODE_INFINITE	= 1019543,
	FALLOFF_MODE_BOX			= 1019544,
	FALLOFF_MODE_SPHERE		= 1019545,
	FALLOFF_MODE_CYLINDER	= 1019546,
	FALLOFF_MODE_LINEAR		= 1019547,
	FALLOFF_MODE_SPLINE		= 1019548,
	FALLOFF_MODE_CONE			= 1019549,
	FALLOFF_MODE_TORUS		= 1019550,
	FALLOFF_MODE_NOISE		= 1038146,
	FIELDS								= 440000245,

	// Falloff controls
	FALLOFF_GROUPFALLOFF	= 5100,
	FALLOFF_MODE					=	5105,
	FALLOFF_INVERT				=	5113,
	FALLOFF_VISIBLE				=	5115,
	FALLOFF_SWITCHTOFIELD	= 5116
};
#endif	// OFALLOFF_PANEL_H__
