''
''
'' art_pathcode -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''
#ifndef __art_pathcode_bi__
#define __art_pathcode_bi__

enum ArtPathcode
	ART_MOVETO
	ART_MOVETO_OPEN
	ART_CURVETO
	ART_LINETO
	ART_END
end enum


#endif
