''
''
'' art_filterlevel -- 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_filterlevel_bi__
#define __art_filterlevel_bi__

enum ArtFilterLevel
	ART_FILTER_NEAREST
	ART_FILTER_TILES
	ART_FILTER_BILINEAR
	ART_FILTER_HYPER
end enum


#endif
