#ifndef _CBcircular_H_

#define _CBcircular_H_



enum

{

	CIRCULARCURVE_CENTER				= 1101,

	CIRCULARCURVE_P1					= 1102,

	CIRCULARCURVE_P2					= 1103

#if 1 // Ralf Reichl

    ,CIRCULARCURVE_ISCLOCKWISE			= 1104

#endif

};



#endif

