''
''
'' art_uta_rect -- 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_uta_rect_bi__
#define __art_uta_rect_bi__

#include once "art_rect.bi"
#include once "art_uta.bi"

declare function art_uta_from_irect (byval bbox as ArtIRect ptr) as ArtUta ptr

#endif
