/*
  ArtToSpr Artworks/Draw to Sprite convertor
  Copyright (c) 1998 Tony Houghton

  This source is distributed under the GPL. Please see the file
  "COPYING" for details.
*/

#ifndef __artworks_h
#define __artworks_h

#ifndef __picture_h
#include "picture.h"
#endif

extern _kernel_oserror *artworks_render(picture *, const picture_matrix *, const BBox *);
extern _kernel_oserror *artworks_bbox(picture *, const picture_matrix *, BBox *result);
extern _kernel_oserror *artworks_prepare(picture *);

#endif
