/*
  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 __draw_h
#define __draw_h

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

extern _kernel_oserror *draw_render(picture *, const picture_matrix *, const BBox *);
extern _kernel_oserror *draw_bbox(picture *, const picture_matrix *, BBox *result);

#endif
